HEX: #76CEA4
RGB: (118,206,164)
#76CEA4 contains mainly green and blue colors. Web safe color of #76CEA4 is #66CC99 (or #6C9).
#76CEA4 color RGB value is (118,206,164).
RGB: (118,206,164)
(46%, 81%, 64%)
R 118 of 255 = 46%
G 206 of 255 = 81%
B 164 of 255 = 64%
R + G + B ~ 64%. #76CEA4 is quite light color.
R + G + B = 118 + 206 + 164 = 488 (100%)
R 118 of 488 ~ 24.18%
G 206 of 488 ~ 42.21%
B 164 of 488 ~ 33.61'%
#76CEA4 color CMYK value is (43,0,20,19).
CMYK: (43,0,20,19)
C43M0Y20K19 (43%, 0%, 20%, 19%)
(0.43 / 0.00 / 0.20 / 0.19)
Color #76CEA4 in popluar color models
76 | CE | A4 | |
---|---|---|---|
RGB | 118 | 206 | 164 |
HSL | 151° | 47.31% | 63.53% |
HSB/HSV | 151° | 42.72% | 80.78% |
CMYK | 42.72% | 0.00% | 20.39% |
19.22% |
Color #76CEA4 in popluar number systems.
HEX | 76 | CE | A4 |
Decimal | 118 | 206 | 164 |
Binary | 1110110 | 11001110 | 10100100 |
Octal | 166 | 316 | 244 |
Shades of #76CEA4
Tints of #76CEA4
Examples of css and html codes for elements with #76CEA4 color. Also use rgb(118,206,164) instead hex code.
.myTextColor { color: #76CEA4; }
<p style="color:#76CEA4">This sample text font color is #76CEA4.</p>
This text font color is #76CEA4.
.myBgColor { background-color: #76CEA4; }
<div style="background-color:#76CEA4">Inner text</div>
This div background color is #76CEA4.
.myBorderColor { border: 1px solid #76CEA4; }
<div style="border:3px solid #76CEA4">Div</div>
This div border color is #76CEA4.
.myOpacity80 { color: #76CEA4; opacity: 0.8; }
<p style="color:#76CEA4;opacity:0.8;">80%</p>
Text with #76CEA4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76CEA4;}
<p style="text-shadow: 3px 3px 1px #76CEA4">Text here.</p>
This text has shadow with #76CEA4 color.
.textShadow {text-shadow: 3px 3px 1px #76CEA4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76CEA4, 5px 5px 20px red">Text here.</p>
This text has shadow with #76CEA4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76CEA4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76CEA4, Direction=45, Strength=4)">Text</p>
This text has shadow with #76CEA4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76CEA4;
-webkit-box-shadow: 1px 1px 3px 2px #76CEA4;
box-shadow: 1px 1px 3px 2px #76CEA4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76CEA4; -webkit-box-shadow: 1px 1px 3px 2px #76CEA4; box-shadow:1px 1px 3px 2px #76CEA4;">
Div content here
</div>
This text has color #76CEA4 on black background.
This text has color #76CEA4 on white background.
This text has black color on #76CEA4 background.
This text has white color on #76CEA4 background.
Complementary color for #hex is #89315B.