COLOR #42AA88

HEX: #42AA88
RGB: (66,170,136)

Color info

#42AA88 contains mainly green and blue colors. Web safe color of #42AA88 is #339999 (or #399).

RGB color model

#42AA88 color RGB value is (66,170,136).

  • red value is 66;
  • green value is 170;
  • blue value is 136.
RGB:
(66,170,136)
(26%,67%,53%)

RGB channels and saturation

R 66 of 255 = 26%
G 170 of 255 = 67%
B 136 of 255 = 53%

66
170
136

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

Portions of RGB colors in percentages

R + G + B =
66 + 170 + 136 = 372 (100%)
R 66 of 372 ~ 17.74%
G 170 of 372 ~ 45.7%
B 136 of 372 ~ 36.56%

%17.74
%45.7
%36.56

CMYK color model

#42AA88 color CMYK value is (61,0,20,33).

  • cyan value is 61.18%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(61,0,20,33)
C61M0Y20K33 
(61%,0%,20%,33%)
(0.61/0.00/0.20/0.33)	

CMYK percentages

%61.18
%0
%20
%33.33

Codes

Color #42AA88 in popluar color models

42AA88
RGB66170136
HSL160°44.07%46.27%
HSB/HSV160°61.18%66.67%
CMYK61.18%0.00%20.00%
33.33%

Color #42AA88 in popluar number systems.

HEX42AA88
Decimal66170136
Binary10000101010101010001000
Octal102252210

Shades and tints

Shades of #42AA88

#42AA88
(66,170,136)
#3C9B7C
(60,155,124)
#368C70
(54,140,112)
#307D64
(48,125,100)
#2A6E58
(42,110,88)
#245F4C
(36,95,76)
#1E5040
(30,80,64)
#184134
(24,65,52)
#123228
(18,50,40)
#0C231C
(12,35,28)
#061410
(6,20,16)
#000000
(0,0,0)

Tints of #42AA88

#42AA88
(66,170,136)
#53B192
(83,177,146)
#64B89C
(100,184,156)
#75BFA6
(117,191,166)
#86C6B0
(134,198,176)
#97CDBA
(151,205,186)
#A8D4C4
(168,212,196)
#B9DBCE
(185,219,206)
#CAE2D8
(202,226,216)
#DBE9E2
(219,233,226)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42AA88 color. Also use rgb(66,170,136) instead hex code.

Text Font Color

.myTextColor { color: #42AA88; }

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

This text font color is #42AA88.


Background Color

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

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

This div background color is #42AA88.


Border color

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

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

This div border color is #42AA88.


Opacity

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

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

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

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

This text has shadow with #42AA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42AA88 on black background.


Color preview on white background

This text has color #42AA88 on white background.



Black color preview on #42AA88 background

This text has black color on #42AA88 background.


White color preview on #42AA88 background

This text has white color on #42AA88 background.