COLOR #42C89C

HEX: #42C89C RGB: (66,200,156)

Color info

#42C89C contains mainly green and blue colors. Web safe color of #42C89C is #33CC99 (or #3C9).

RGB color model

#42C89C color RGB value is (66,200,156).

RGB: (66,200,156) (26%, 78%, 61%)

RGB channels and saturation

R 66 of 255 = 26%
G 200 of 255 = 78%
B 156 of 255 = 61%

66
200
156

R + G + B ~ 55%. #42C89C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 200 + 156 = 422 (100%)
R 66 of 422 ~ 15.64%
G 200 of 422 ~ 47.39%
B 156 of 422 ~ 36.97'%

%15.64
%47.39
%36.97

CMYK color model

#42C89C color CMYK value is (67,0,22,22).

  • cyan value is 67.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 21.57%

CMYK: (67,0,22,22)
C67M0Y22K22 (67%, 0%, 22%, 22%)
(0.67 / 0.00 / 0.22 / 0.22)

CMYK percentages

%67
%0
%22
%21.57

Codes

Color #42C89C in popluar color models

42 C8 9C
RGB 66 200 156
HSL 160° 54.92% 52.16%
HSB/HSV 160° 67.00% 78.43%
CMYK 67.00% 0.00% 22.00%
21.57%

Color #42C89C in popluar number systems.

HEX 42 C8 9C
Decimal 66 200 156
Binary 1000010 11001000 10011100
Octal 102 310 234

Shades and tints

Shades of #42C89C

#42C89C
(66,200,156)
#3CB68E
(60,182,142)
#36A480
(54,164,128)
#309272
(48,146,114)
#2A8064
(42,128,100)
#246E56
(36,110,86)
#1E5C48
(30,92,72)
#184A3A
(24,74,58)
#12382C
(18,56,44)
#0C261E
(12,38,30)
#061410
(6,20,16)
#000000
(0,0,0)

Tints of #42C89C

#42C89C
(66,200,156)
#53CDA5
(83,205,165)
#64D2AE
(100,210,174)
#75D7B7
(117,215,183)
#86DCC0
(134,220,192)
#97E1C9
(151,225,201)
#A8E6D2
(168,230,210)
#B9EBDB
(185,235,219)
#CAF0E4
(202,240,228)
#DBF5ED
(219,245,237)
#ECFAF6
(236,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42C89C color. Also use rgb(66,200,156) instead hex code.

Text Font Color

.myTextColor { color: #42C89C; }

<p style="color:#42C89C">This sample text font color is #42C89C.</p>

This text font color is #42C89C.

Background Color

.myBgColor { background-color: #42C89C; }

<div style="background-color:#42C89C">Inner text</div>

This div background color is #42C89C.

Border color

.myBorderColor { border: 1px solid #42C89C; }

<div style="border:3px solid #42C89C">Div</div>

This div border color is #42C89C.

Opacity

.myOpacity80 { color: #42C89C; opacity: 0.8; }

<p style="color:#42C89C;opacity:0.8;">80%</p>

Text with #42C89C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #42C89C;}

<p style="text-shadow: 3px 3px 1px #42C89C">Text here.</p>

This text has shadow with #42C89C color.


.textShadow {text-shadow: 3px 3px 1px #42C89C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #42C89C, 5px 5px 20px red">Text here.</p>

This text has shadow with #42C89C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#42C89C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#42C89C, Direction=45, Strength=4)">Text</p>

This text has shadow with #42C89C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #42C89C;
-webkit-box-shadow: 1px 1px 3px 2px #42C89C;
box-shadow: 1px 1px 3px 2px #42C89C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42C89C; -webkit-box-shadow: 1px 1px 3px 2px #42C89C; box-shadow:1px 1px 3px 2px #42C89C;">
Div content here
</div>

This div box has shadow with color #42C89C.

Preview

Color preview on black background

This text has color #42C89C on black background.


Color preview on white background

This text has color #42C89C on white background.


Black color preview on #42C89C background

This text has black color on #42C89C background.


White color preview on #42C89C background

This text has white color on #42C89C background.


Related colors

Complementary color

Complementary color for #hex is #BD3763.


I love getcolorcode.com

Triadic colors

1 #9C42C8 and #C89C42 with #42C89C are triadic colors.

2 #9CC842 and #C8429C with #42C89C are triadic colors.