HEX: #76E6D3
RGB: (118,230,211)
Il colore #76E6D3 contiene principalmente il verde e il blu. Per il #76E6D3 il colore web safe è #66CCCC (#6CC).
Il colore 76E6D3 in RGB è definito come 118,230,211
RGB: (118,230,211) (46%,90%,83%)
R 118 da 255 = 46%
G 230 da 255 = 90%
B 211 da 255 = 83%
R + G + B ~ 73%. #76E6D3 colore abbastanza chiaro.
R + G + B =
118 + 230 + 211 = 559 (100%)
R 118 da 559 ~ 21.11%
G 230 da 559 ~ 41.14%
B 211 da 559 ~ 37.75%
Il colore #76E6D3 in CMYK è definito come 49,0,8,10.
CMYK: (49,0,8,10) C49M0Y8K10 (49%,0%,8%,10%) (0.49/0.00/0.08/0.10)
76 | E6 | D3 | |
---|---|---|---|
RGB | 118 | 230 | 211 |
HSL | 170° | 69.14% | 68.24% |
HSB/HSV | 170° | 48.70% | 90.20% |
CMYK | 48.70% | 0.00% | 8.26% |
9.80% |
Esadicemale | 76 | E6 | D3 |
Decimale | 118 | 230 | 211 |
Binario | 1110110 | 11100110 | 11010011 |
Ottale | 166 | 346 | 323 |
Esempi dei codici css e html per gli elementi di colore #76E6D3. Utilizzate rgb(118,230,211) anche al posto del codice hex.
.myTextColor { color: #76E6D3; }
<p style="color:#76E6D3">This sample text font color is #76E6D3.</p>
Il colore di questo testo è #76E6D3.
.myBgColor { background-color: #76E6D3; }
<div style="background-color:#76E6D3">Inner text</div>
Questo div ha lo sfondo di colore #76E6D3.
.myBorderColor { border: 1px solid #76E6D3; }
<div style="border:3px solid #76E6D3">Div</div>
Questo div ha i bordi di colore 76E6D3.
.myOpacity80 { color: #76E6D3; opacity: 0.8; }
<p style="color:#76E6D3;opacity:0.8;">80%</p>
Il testo di color #76E6D3 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76E6D3;}
<p style="text-shadow: 3px 3px 1px #76E6D3">Text here.</p>
Questo testo ha l'ombra di colore #76E6D3.
.textShadow {text-shadow: 3px 3px 1px #76E6D3, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76E6D3, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #76E6D3 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76E6D3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76E6D3, Direction=45, Strength=4)">Text</p>
This text has shadow with #76E6D3 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76E6D3; -webkit-box-shadow: 1px 1px 3px 2px #76E6D3; box-shadow: 1px 1px 3px 2px #76E6D3; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76E6D3; -webkit-box-shadow: 1px 1px 3px 2px #76E6D3; box-shadow:1px 1px 3px 2px #76E6D3;">
Div content here</div>
Questo e il testo di colore #76E6D3 sullo sfondo nero.
Questo e il testo di colore #76E6D3 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #76E6D3.
Questo è un testo bianco sullo sfondo del colore #76E6D3.