COLOR #42CBA9

HEX: #42CBA9
RGB: (66,203,169)

Color info

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

RGB color model

#42CBA9 color RGB value is (66,203,169).

  • red value is 66;
  • green value is 203;
  • blue value is 169.
RGB:
(66,203,169)
(26%,80%,66%)

RGB channels and saturation

R 66 of 255 = 26%
G 203 of 255 = 80%
B 169 of 255 = 66%

66
203
169

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

Portions of RGB colors in percentages

R + G + B =
66 + 203 + 169 = 438 (100%)
R 66 of 438 ~ 15.07%
G 203 of 438 ~ 46.35%
B 169 of 438 ~ 38.58%

%15.07
%46.35
%38.58

CMYK color model

#42CBA9 color CMYK value is (67,0,17,20).

  • cyan value is 67.49%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 20.39%
CMYK:
(67,0,17,20)
C67M0Y17K20 
(67%,0%,17%,20%)
(0.67/0.00/0.17/0.20)	

CMYK percentages

%67.49
%0
%16.75
%20.39

Codes

Color #42CBA9 in popluar color models

42CBA9
RGB66203169
HSL165°56.85%52.75%
HSB/HSV165°67.49%79.61%
CMYK67.49%0.00%16.75%
20.39%

Color #42CBA9 in popluar number systems.

HEX42CBA9
Decimal66203169
Binary10000101100101110101001
Octal102313251

Shades and tints

Shades of #42CBA9

#42CBA9
(66,203,169)
#3CB99A
(60,185,154)
#36A78B
(54,167,139)
#30957C
(48,149,124)
#2A836D
(42,131,109)
#24715E
(36,113,94)
#1E5F4F
(30,95,79)
#184D40
(24,77,64)
#123B31
(18,59,49)
#0C2922
(12,41,34)
#061713
(6,23,19)
#000000
(0,0,0)

Tints of #42CBA9

#42CBA9
(66,203,169)
#53CFB0
(83,207,176)
#64D3B7
(100,211,183)
#75D7BE
(117,215,190)
#86DBC5
(134,219,197)
#97DFCC
(151,223,204)
#A8E3D3
(168,227,211)
#B9E7DA
(185,231,218)
#CAEBE1
(202,235,225)
#DBEFE8
(219,239,232)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42CBA9 color. Also use rgb(66,203,169) instead hex code.

Text Font Color

.myTextColor { color: #42CBA9; }

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

This text font color is #42CBA9.


Background Color

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

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

This div background color is #42CBA9.


Border color

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

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

This div border color is #42CBA9.


Opacity

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

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

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

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

This text has shadow with #42CBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42CBA9 on black background.


Color preview on white background

This text has color #42CBA9 on white background.



Black color preview on #42CBA9 background

This text has black color on #42CBA9 background.


White color preview on #42CBA9 background

This text has white color on #42CBA9 background.