HEX: #76B8AD
RGB: (118,184,173)
#76B8AD enthält hauptsächlich grüne und blaue Farbe. Für #76B8AD ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #76B8AD wird in RGB als (118,184,173) definiert.
RGB: (118,184,173)
(46%, 72%, 68%)
R 118 von 255 = 46%
G 184 von 255 = 72%
B 173 von 255 = 68%
R + G + B ~ 62%. #76B8AD ziemlich helle Farbe.
R + G + B = 118 + 184 + 173 = 475 (100%)
R 118 von 475 ~ 24.84%
G 184 von 475 ~ 38.74%
B 173 von 475 ~ 36.42'%
Die Farbe #76B8AD wird in CMYK als (36,0,6,28) definiert.
CMYK: (36,0,6,28)
C36M0Y6K28 (36%, 0%, 6%, 28%)
(0.36 / 0.00 / 0.06 / 0.28)
Farbe #76B8AD in den populären Farbmodellen.
76 | B8 | AD | |
---|---|---|---|
RGB | 118 | 184 | 173 |
HSL | 170° | 31.73% | 59.22% |
HSB/HSV | 170° | 35.87% | 72.16% |
CMYK | 35.87% | 0.00% | 5.98% |
27.84% |
Die Farbe #76B8AD in den populären Zahlensystemen.
Hexadezimal | 76 | B8 | AD |
Dezimal | 118 | 184 | 173 |
Binär | 1110110 | 10111000 | 10101101 |
Oktal | 166 | 270 | 255 |
Dunkle Töne der Farbe #76B8AD
Helle Töne der Farbe #76B8AD
Beispiele css- und html für Elemente in der Farbe #76B8AD. Bitte benutzen Sie auch rgb(118,184,173) statt hex-Code.
.myTextColor { color: #76B8AD; }
<p style="color:#76B8AD">This sample text font color is #76B8AD.</p>
Die Farbe dieses Textes ist #76B8AD.
.myBgColor { background-color: #76B8AD; }
<div style="background-color:#76B8AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76B8AD.
.myBorderColor { border: 1px solid #76B8AD; }
<div style="border:3px solid #76B8AD">Div</div>
Die Grenzen von diesem div sind in Farbe #76B8AD.
.myOpacity80 { color: #76B8AD; opacity: 0.8; }
<p style="color:#76B8AD;opacity:0.8;">80%</p>
Text in Farbe #76B8AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76B8AD;}
<p style="text-shadow: 3px 3px 1px #76B8AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #76B8AD.
.textShadow {text-shadow: 3px 3px 1px #76B8AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76B8AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76B8AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B8AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76B8AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #76B8AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76B8AD;
-webkit-box-shadow: 1px 1px 3px 2px #76B8AD;
box-shadow: 1px 1px 3px 2px #76B8AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76B8AD; -webkit-box-shadow: 1px 1px 3px 2px #76B8AD; box-shadow:1px 1px 3px 2px #76B8AD;">
Div content here
</div>
Dieser Text ist in der Farbe #76B8AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76B8AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76B8AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76B8AD.
Kontrastfarbe für #hex ist #894752.