HEX: #519996
RGB: (81,153,150)
#519996 enthält hauptsächlich grüne und blaue Farbe. Für #519996 ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #519996 wird in RGB als (81,153,150) definiert.
RGB: (81,153,150)
(32%, 60%, 59%)
R 81 von 255 = 32%
G 153 von 255 = 60%
B 150 von 255 = 59%
R + G + B ~ 50%. #519996 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 81 + 153 + 150 = 384 (100%)
R 81 von 384 ~ 21.09%
G 153 von 384 ~ 39.84%
B 150 von 384 ~ 39.06'%
Die Farbe #519996 wird in CMYK als (47,0,2,40) definiert.
CMYK: (47,0,2,40) C47M0Y2K40 (47%,0%,2%,40%) (0.47/0.00/0.02/0.40)
Farbe #519996 in den populären Farbmodellen.
51 | 99 | 96 | |
---|---|---|---|
RGB | 81 | 153 | 150 |
HSL | 178° | 30.77% | 45.88% |
HSB/HSV | 178° | 47.06% | 60.00% |
CMYK | 47.06% | 0.00% | 1.96% |
40.00% |
Die Farbe #519996 in den populären Zahlensystemen.
Hexadezimal | 51 | 99 | 96 |
Dezimal | 81 | 153 | 150 |
Binär | 1010001 | 10011001 | 10010110 |
Oktal | 121 | 231 | 226 |
Dunkle Töne der Farbe #519996
Helle Töne der Farbe #519996
Beispiele css- und html für Elemente in der Farbe #519996. Bitte benutzen Sie auch rgb(81,153,150) statt hex-Code.
.myTextColor { color: #519996; }
<p style="color:#519996">This sample text font color is #519996.</p>
Die Farbe dieses Textes ist #519996.
.myBgColor { background-color: #519996; }
<div style="background-color:#519996">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #519996.
.myBorderColor { border: 1px solid #519996; }
<div style="border:3px solid #519996">Div</div>
Die Grenzen von diesem div sind in Farbe #519996.
.myOpacity80 { color: #519996; opacity: 0.8; }
<p style="color:#519996;opacity:0.8;">80%</p>
Text in Farbe #519996 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #519996;}
<p style="text-shadow: 3px 3px 1px #519996">Text here.</p>
Dieser Text hat den Schatten in Farbe #519996.
.textShadow {text-shadow: 3px 3px 1px #519996', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #519996, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #519996 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#519996, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#519996, Direction=45, Strength=4)">Text</p>
This text has shadow with #519996 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #519996;
-webkit-box-shadow: 1px 1px 3px 2px #519996;
box-shadow: 1px 1px 3px 2px #519996;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #519996; -webkit-box-shadow: 1px 1px 3px 2px #519996; box-shadow:1px 1px 3px 2px #519996;">
Div content here
</div>
Dieser Text ist in der Farbe #519996 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #519996 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #519996.
Dieser Text ist weiß auf dem Hintergrund in Farbe #519996.
Kontrastfarbe für #hex ist #AE6669.