COLOR #42C5A6

HEX: #42C5A6
RGB: (66,197,166)

Color info

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

RGB color model

#42C5A6 color RGB value is (66,197,166).

  • red value is 66;
  • green value is 197;
  • blue value is 166.
RGB:
(66,197,166)
(26%,77%,65%)

RGB channels and saturation

R 66 of 255 = 26%
G 197 of 255 = 77%
B 166 of 255 = 65%

66
197
166

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

Portions of RGB colors in percentages

R + G + B =
66 + 197 + 166 = 429 (100%)
R 66 of 429 ~ 15.38%
G 197 of 429 ~ 45.92%
B 166 of 429 ~ 38.69%

%15.38
%45.92
%38.69

CMYK color model

#42C5A6 color CMYK value is (66,0,16,23).

  • cyan value is 66.50%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 22.75%
CMYK:
(66,0,16,23)
C66M0Y16K23 
(66%,0%,16%,23%)
(0.66/0.00/0.16/0.23)	

CMYK percentages

%66.5
%0
%15.74
%22.75

Codes

Color #42C5A6 in popluar color models

42C5A6
RGB66197166
HSL166°53.04%51.57%
HSB/HSV166°66.50%77.25%
CMYK66.50%0.00%15.74%
22.75%

Color #42C5A6 in popluar number systems.

HEX42C5A6
Decimal66197166
Binary10000101100010110100110
Octal102305246

Shades and tints

Shades of #42C5A6

#42C5A6
(66,197,166)
#3CB497
(60,180,151)
#36A388
(54,163,136)
#309279
(48,146,121)
#2A816A
(42,129,106)
#24705B
(36,112,91)
#1E5F4C
(30,95,76)
#184E3D
(24,78,61)
#123D2E
(18,61,46)
#0C2C1F
(12,44,31)
#061B10
(6,27,16)
#000000
(0,0,0)

Tints of #42C5A6

#42C5A6
(66,197,166)
#53CAAE
(83,202,174)
#64CFB6
(100,207,182)
#75D4BE
(117,212,190)
#86D9C6
(134,217,198)
#97DECE
(151,222,206)
#A8E3D6
(168,227,214)
#B9E8DE
(185,232,222)
#CAEDE6
(202,237,230)
#DBF2EE
(219,242,238)
#ECF7F6
(236,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42C5A6 color. Also use rgb(66,197,166) instead hex code.

Text Font Color

.myTextColor { color: #42C5A6; }

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

This text font color is #42C5A6.


Background Color

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

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

This div background color is #42C5A6.


Border color

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

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

This div border color is #42C5A6.


Opacity

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

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

Text with #42C5A6 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 #42C5A6;}

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

This text has shadow with #42C5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42C5A6 on black background.


Color preview on white background

This text has color #42C5A6 on white background.



Black color preview on #42C5A6 background

This text has black color on #42C5A6 background.


White color preview on #42C5A6 background

This text has white color on #42C5A6 background.