HEX: #76D1A6
RGB: (118,209,166)
#76D1A6 contains mainly green and blue colors. Web safe color of #76D1A6 is #66CC99 (or #6C9).
#76D1A6 color RGB value is (118,209,166).
RGB: (118,209,166) (46%,82%,65%)
R 118 of 255 = 46%
G 209 of 255 = 82%
B 166 of 255 = 65%
R + G + B ~ 64%. #76D1A6 is quite light color.
R + G + B =
118 + 209 + 166 = 493 (100%)
R 118 of 493 ~ 23.94%
G 209 of 493 ~ 42.39%
B 166 of 493 ~ 33.67%
#76D1A6 color CMYK value is (44,0,21,18).
CMYK: (44,0,21,18) C44M0Y21K18 (44%,0%,21%,18%) (0.44/0.00/0.21/0.18)
76 | D1 | A6 | |
---|---|---|---|
RGB | 118 | 209 | 166 |
HSL | 152° | 49.73% | 64.12% |
HSB/HSV | 152° | 43.54% | 81.96% |
CMYK | 43.54% | 0.00% | 20.57% |
18.04% |
HEX | 76 | D1 | A6 |
Decimal | 118 | 209 | 166 |
Binary | 1110110 | 11010001 | 10100110 |
Octal | 166 | 321 | 246 |
Examples of css and html codes for elements with #76D1A6 color. Also use rgb(118,209,166) instead hex code.
.myTextColor { color: #76D1A6; }
<p style="color:#76D1A6">This sample text font color is #76D1A6.</p>
This text font color is #76D1A6.
.myBgColor { background-color: #76D1A6; }
<div style="background-color:#76D1A6">Inner text</div>
This div background color is #76D1A6.
.myBorderColor { border: 1px solid #76D1A6; }
<div style="border:3px solid #76D1A6">Div</div>
This div border color is #76D1A6.
.myOpacity80 { color: #76D1A6; opacity: 0.8; }
<p style="color:#76D1A6;opacity:0.8;">80%</p>
Text with #76D1A6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76D1A6;}
<p style="text-shadow: 3px 3px 1px #76D1A6">Text here.</p>
This text has shadow with #76D1A6 color.
.textShadow {text-shadow: 3px 3px 1px #76D1A6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76D1A6, 5px 5px 20px red">Text here.</p>
This text has shadow with #76D1A6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76D1A6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76D1A6, Direction=45, Strength=4)">Text</p>
This text has shadow with #76D1A6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76D1A6; -webkit-box-shadow: 1px 1px 3px 2px #76D1A6; box-shadow: 1px 1px 3px 2px #76D1A6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76D1A6; -webkit-box-shadow: 1px 1px 3px 2px #76D1A6; box-shadow:1px 1px 3px 2px #76D1A6;">
Div content here</div>
This text has color #76D1A6 on black background.
This text has color #76D1A6 on white background.
This text has black color on #76D1A6 background.
This text has white color on #76D1A6 background.