HEX: #42C79F
RGB: (66,199,159)
#42C79F contains mainly green and blue colors. Web safe color of #42C79F is #33CC99 (or #3C9).
#42C79F color RGB value is (66,199,159).
RGB: (66,199,159)
(26%, 78%, 62%)
R 66 of 255 = 26%
G 199 of 255 = 78%
B 159 of 255 = 62%
R + G + B ~ 55%. #42C79F is middle color (not dark and not light).
R + G + B = 66 + 199 + 159 = 424 (100%)
R 66 of 424 ~ 15.57%
G 199 of 424 ~ 46.93%
B 159 of 424 ~ 37.5'%
#42C79F color CMYK value is (67,0,20,22).
CMYK: (67,0,20,22)
C67M0Y20K22 (67%, 0%, 20%, 22%)
(0.67 / 0.00 / 0.20 / 0.22)
Color #42C79F in popluar color models
42 | C7 | 9F | |
---|---|---|---|
RGB | 66 | 199 | 159 |
HSL | 162° | 54.29% | 51.96% |
HSB/HSV | 162° | 66.83% | 78.04% |
CMYK | 66.83% | 0.00% | 20.10% |
21.96% |
Color #42C79F in popluar number systems.
HEX | 42 | C7 | 9F |
Decimal | 66 | 199 | 159 |
Binary | 1000010 | 11000111 | 10011111 |
Octal | 102 | 307 | 237 |
Shades of #42C79F
Tints of #42C79F
Examples of css and html codes for elements with #42C79F color. Also use rgb(66,199,159) instead hex code.
.myTextColor { color: #42C79F; }
<p style="color:#42C79F">This sample text font color is #42C79F.</p>
This text font color is #42C79F.
.myBgColor { background-color: #42C79F; }
<div style="background-color:#42C79F">Inner text</div>
This div background color is #42C79F.
.myBorderColor { border: 1px solid #42C79F; }
<div style="border:3px solid #42C79F">Div</div>
This div border color is #42C79F.
.myOpacity80 { color: #42C79F; opacity: 0.8; }
<p style="color:#42C79F;opacity:0.8;">80%</p>
Text with #42C79F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #42C79F;}
<p style="text-shadow: 3px 3px 1px #42C79F">Text here.</p>
This text has shadow with #42C79F color.
.textShadow {text-shadow: 3px 3px 1px #42C79F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #42C79F, 5px 5px 20px red">Text here.</p>
This text has shadow with #42C79F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#42C79F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#42C79F, Direction=45, Strength=4)">Text</p>
This text has shadow with #42C79F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #42C79F;
-webkit-box-shadow: 1px 1px 3px 2px #42C79F;
box-shadow: 1px 1px 3px 2px #42C79F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42C79F; -webkit-box-shadow: 1px 1px 3px 2px #42C79F; box-shadow:1px 1px 3px 2px #42C79F;">
Div content here
</div>
This text has color #42C79F on black background.
This text has color #42C79F on white background.
This text has black color on #42C79F background.
This text has white color on #42C79F background.
Complementary color for #hex is #BD3860.