HEX: #50B19C
RGB: (80,177,156)
#50B19C enthält hauptsächlich grüne und blaue Farbe. Für #50B19C ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #50B19C wird in RGB als (80,177,156) definiert.
RGB: (80,177,156)
(31%, 69%, 61%)
R 80 von 255 = 31%
G 177 von 255 = 69%
B 156 von 255 = 61%
R + G + B ~ 54%. #50B19C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 177 + 156 = 413 (100%)
R 80 von 413 ~ 19.37%
G 177 von 413 ~ 42.86%
B 156 von 413 ~ 37.77'%
Die Farbe #50B19C wird in CMYK als (55,0,12,31) definiert.
CMYK: (55,0,12,31)
C55M0Y12K31 (55%, 0%, 12%, 31%)
(0.55 / 0.00 / 0.12 / 0.31)
Farbe #50B19C in den populären Farbmodellen.
50 | B1 | 9C | |
---|---|---|---|
RGB | 80 | 177 | 156 |
HSL | 167° | 38.34% | 50.39% |
HSB/HSV | 167° | 54.80% | 69.41% |
CMYK | 54.80% | 0.00% | 11.86% |
30.59% |
Die Farbe #50B19C in den populären Zahlensystemen.
Hexadezimal | 50 | B1 | 9C |
Dezimal | 80 | 177 | 156 |
Binär | 1010000 | 10110001 | 10011100 |
Oktal | 120 | 261 | 234 |
Dunkle Töne der Farbe #50B19C
Helle Töne der Farbe #50B19C
Beispiele css- und html für Elemente in der Farbe #50B19C. Bitte benutzen Sie auch rgb(80,177,156) statt hex-Code.
.myTextColor { color: #50B19C; }
<p style="color:#50B19C">This sample text font color is #50B19C.</p>
Die Farbe dieses Textes ist #50B19C.
.myBgColor { background-color: #50B19C; }
<div style="background-color:#50B19C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50B19C.
.myBorderColor { border: 1px solid #50B19C; }
<div style="border:3px solid #50B19C">Div</div>
Die Grenzen von diesem div sind in Farbe #50B19C.
.myOpacity80 { color: #50B19C; opacity: 0.8; }
<p style="color:#50B19C;opacity:0.8;">80%</p>
Text in Farbe #50B19C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50B19C;}
<p style="text-shadow: 3px 3px 1px #50B19C">Text here.</p>
Dieser Text hat den Schatten in Farbe #50B19C.
.textShadow {text-shadow: 3px 3px 1px #50B19C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50B19C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50B19C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50B19C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50B19C, Direction=45, Strength=4)">Text</p>
This text has shadow with #50B19C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50B19C;
-webkit-box-shadow: 1px 1px 3px 2px #50B19C;
box-shadow: 1px 1px 3px 2px #50B19C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50B19C; -webkit-box-shadow: 1px 1px 3px 2px #50B19C; box-shadow:1px 1px 3px 2px #50B19C;">
Div content here
</div>
Dieser Text ist in der Farbe #50B19C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50B19C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50B19C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50B19C.
Kontrastfarbe für #hex ist #AF4E63.