HEX: #42B68C
RGB: (66,182,140)
#42B68C contains mainly green and blue colors. Web safe color of #42B68C is #33CC99 (or #3C9).
#42B68C color RGB value is (66,182,140).
RGB: (66,182,140)
(26%, 71%, 55%)
R 66 of 255 = 26%
G 182 of 255 = 71%
B 140 of 255 = 55%
R + G + B ~ 51%. #42B68C is middle color (not dark and not light).
R + G + B = 66 + 182 + 140 = 388 (100%)
R 66 of 388 ~ 17.01%
G 182 of 388 ~ 46.91%
B 140 of 388 ~ 36.08'%
#42B68C color CMYK value is (64,0,23,29).
CMYK: (64,0,23,29)
C64M0Y23K29 (64%, 0%, 23%, 29%)
(0.64 / 0.00 / 0.23 / 0.29)
Color #42B68C in popluar color models
42 | B6 | 8C | |
---|---|---|---|
RGB | 66 | 182 | 140 |
HSL | 158° | 46.77% | 48.63% |
HSB/HSV | 158° | 63.74% | 71.37% |
CMYK | 63.74% | 0.00% | 23.08% |
28.63% |
Color #42B68C in popluar number systems.
HEX | 42 | B6 | 8C |
Decimal | 66 | 182 | 140 |
Binary | 1000010 | 10110110 | 10001100 |
Octal | 102 | 266 | 214 |
Shades of #42B68C
Tints of #42B68C
Examples of css and html codes for elements with #42B68C color. Also use rgb(66,182,140) instead hex code.
.myTextColor { color: #42B68C; }
<p style="color:#42B68C">This sample text font color is #42B68C.</p>
This text font color is #42B68C.
.myBgColor { background-color: #42B68C; }
<div style="background-color:#42B68C">Inner text</div>
This div background color is #42B68C.
.myBorderColor { border: 1px solid #42B68C; }
<div style="border:3px solid #42B68C">Div</div>
This div border color is #42B68C.
.myOpacity80 { color: #42B68C; opacity: 0.8; }
<p style="color:#42B68C;opacity:0.8;">80%</p>
Text with #42B68C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #42B68C;}
<p style="text-shadow: 3px 3px 1px #42B68C">Text here.</p>
This text has shadow with #42B68C color.
.textShadow {text-shadow: 3px 3px 1px #42B68C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #42B68C, 5px 5px 20px red">Text here.</p>
This text has shadow with #42B68C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#42B68C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#42B68C, Direction=45, Strength=4)">Text</p>
This text has shadow with #42B68C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #42B68C;
-webkit-box-shadow: 1px 1px 3px 2px #42B68C;
box-shadow: 1px 1px 3px 2px #42B68C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42B68C; -webkit-box-shadow: 1px 1px 3px 2px #42B68C; box-shadow:1px 1px 3px 2px #42B68C;">
Div content here
</div>
This text has color #42B68C on black background.
This text has color #42B68C on white background.
This text has black color on #42B68C background.
This text has white color on #42B68C background.
Complementary color for #hex is #BD4973.