HEX: #76D6AF
RGB: (118,214,175)
#76D6AF contains mainly green and blue colors. Web safe color of #76D6AF is #66CC99 (or #6C9).
#76D6AF color RGB value is (118,214,175).
RGB: (118,214,175)
(46%, 84%, 69%)
R 118 of 255 = 46%
G 214 of 255 = 84%
B 175 of 255 = 69%
R + G + B ~ 66%. #76D6AF is quite light color.
R + G + B = 118 + 214 + 175 = 507 (100%)
R 118 of 507 ~ 23.27%
G 214 of 507 ~ 42.21%
B 175 of 507 ~ 34.52'%
#76D6AF color CMYK value is (45,0,18,16).
CMYK: (45,0,18,16) C45M0Y18K16 (45%,0%,18%,16%) (0.45/0.00/0.18/0.16)
Color #76D6AF in popluar color models
76 | D6 | AF | |
---|---|---|---|
RGB | 118 | 214 | 175 |
HSL | 156° | 53.93% | 65.10% |
HSB/HSV | 156° | 44.86% | 83.92% |
CMYK | 44.86% | 0.00% | 18.22% |
16.08% |
Color #76D6AF in popluar number systems.
HEX | 76 | D6 | AF |
Decimal | 118 | 214 | 175 |
Binary | 1110110 | 11010110 | 10101111 |
Octal | 166 | 326 | 257 |
Shades of #76D6AF
Tints of #76D6AF
Examples of css and html codes for elements with #76D6AF color. Also use rgb(118,214,175) instead hex code.
.myTextColor { color: #76D6AF; }
<p style="color:#76D6AF">This sample text font color is #76D6AF.</p>
This text font color is #76D6AF.
.myBgColor { background-color: #76D6AF; }
<div style="background-color:#76D6AF">Inner text</div>
This div background color is #76D6AF.
.myBorderColor { border: 1px solid #76D6AF; }
<div style="border:3px solid #76D6AF">Div</div>
This div border color is #76D6AF.
.myOpacity80 { color: #76D6AF; opacity: 0.8; }
<p style="color:#76D6AF;opacity:0.8;">80%</p>
Text with #76D6AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76D6AF;}
<p style="text-shadow: 3px 3px 1px #76D6AF">Text here.</p>
This text has shadow with #76D6AF color.
.textShadow {text-shadow: 3px 3px 1px #76D6AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76D6AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #76D6AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76D6AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76D6AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #76D6AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76D6AF;
-webkit-box-shadow: 1px 1px 3px 2px #76D6AF;
box-shadow: 1px 1px 3px 2px #76D6AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76D6AF; -webkit-box-shadow: 1px 1px 3px 2px #76D6AF; box-shadow:1px 1px 3px 2px #76D6AF;">
Div content here
</div>
This text has color #76D6AF on black background.
This text has color #76D6AF on white background.
This text has black color on #76D6AF background.
This text has white color on #76D6AF background.
Complementary color for #hex is #892950.