COLOR #42C79F

HEX: #42C79F RGB: (66,199,159)

Color info

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

RGB color model

#42C79F color RGB value is (66,199,159).

RGB: (66,199,159) (26%, 78%, 62%)

RGB channels and saturation

R 66 of 255 = 26%
G 199 of 255 = 78%
B 159 of 255 = 62%

66
199
159

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

Portions of RGB colors in percentages

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'%

%15.57
%46.93
%37.5

CMYK color model

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

  • cyan value is 66.83%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 21.96%

CMYK: (67,0,20,22)
C67M0Y20K22 (67%, 0%, 20%, 22%)
(0.67 / 0.00 / 0.20 / 0.22)

CMYK percentages

%66.83
%0
%20.1
%21.96

Codes

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 and tints

Shades of #42C79F

#42C79F
(66,199,159)
#3CB591
(60,181,145)
#36A383
(54,163,131)
#309175
(48,145,117)
#2A7F67
(42,127,103)
#246D59
(36,109,89)
#1E5B4B
(30,91,75)
#18493D
(24,73,61)
#12372F
(18,55,47)
#0C2521
(12,37,33)
#061313
(6,19,19)
#000000
(0,0,0)

Tints of #42C79F

#42C79F
(66,199,159)
#53CCA7
(83,204,167)
#64D1AF
(100,209,175)
#75D6B7
(117,214,183)
#86DBBF
(134,219,191)
#97E0C7
(151,224,199)
#A8E5CF
(168,229,207)
#B9EAD7
(185,234,215)
#CAEFDF
(202,239,223)
#DBF4E7
(219,244,231)
#ECF9EF
(236,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42C79F color. Also use rgb(66,199,159) instead hex code.

Text Font Color

.myTextColor { color: #42C79F; }

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

This text font color is #42C79F.

Background Color

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

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

This div background color is #42C79F.

Border color

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

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

This div border color is #42C79F.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #42C79F.

Preview

Color preview on black background

This text has color #42C79F on black background.


Color preview on white background

This text has color #42C79F on white background.


Black color preview on #42C79F background

This text has black color on #42C79F background.


White color preview on #42C79F background

This text has white color on #42C79F background.


Related colors

Complementary color

Complementary color for #hex is #BD3860.


I love getcolorcode.com

Triadic colors

1 #9F42C7 and #C79F42 with #42C79F are triadic colors.

2 #9FC742 and #C7429F with #42C79F are triadic colors.