COLOR #42AE90

HEX: #42AE90
RGB: (66,174,144)

Color info

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

RGB color model

#42AE90 color RGB value is (66,174,144).

  • red value is 66;
  • green value is 174;
  • blue value is 144.
RGB:
(66,174,144)
(26%,68%,56%)

RGB channels and saturation

R 66 of 255 = 26%
G 174 of 255 = 68%
B 144 of 255 = 56%

66
174
144

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

Portions of RGB colors in percentages

R + G + B =
66 + 174 + 144 = 384 (100%)
R 66 of 384 ~ 17.19%
G 174 of 384 ~ 45.31%
B 144 of 384 ~ 37.5%

%17.19
%45.31
%37.5

CMYK color model

#42AE90 color CMYK value is (62,0,17,32).

  • cyan value is 62.07%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 31.76%
CMYK:
(62,0,17,32)
C62M0Y17K32 
(62%,0%,17%,32%)
(0.62/0.00/0.17/0.32)	

CMYK percentages

%62.07
%0
%17.24
%31.76

Codes

Color #42AE90 in popluar color models

42AE90
RGB66174144
HSL163°45.00%47.06%
HSB/HSV163°62.07%68.24%
CMYK62.07%0.00%17.24%
31.76%

Color #42AE90 in popluar number systems.

HEX42AE90
Decimal66174144
Binary10000101010111010010000
Octal102256220

Shades and tints

Shades of #42AE90

#42AE90
(66,174,144)
#3C9F83
(60,159,131)
#369076
(54,144,118)
#308169
(48,129,105)
#2A725C
(42,114,92)
#24634F
(36,99,79)
#1E5442
(30,84,66)
#184535
(24,69,53)
#123628
(18,54,40)
#0C271B
(12,39,27)
#06180E
(6,24,14)
#000000
(0,0,0)

Tints of #42AE90

#42AE90
(66,174,144)
#53B59A
(83,181,154)
#64BCA4
(100,188,164)
#75C3AE
(117,195,174)
#86CAB8
(134,202,184)
#97D1C2
(151,209,194)
#A8D8CC
(168,216,204)
#B9DFD6
(185,223,214)
#CAE6E0
(202,230,224)
#DBEDEA
(219,237,234)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42AE90 color. Also use rgb(66,174,144) instead hex code.

Text Font Color

.myTextColor { color: #42AE90; }

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

This text font color is #42AE90.


Background Color

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

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

This div background color is #42AE90.


Border color

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

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

This div border color is #42AE90.


Opacity

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

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

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

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

This text has shadow with #42AE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42AE90 on black background.


Color preview on white background

This text has color #42AE90 on white background.



Black color preview on #42AE90 background

This text has black color on #42AE90 background.


White color preview on #42AE90 background

This text has white color on #42AE90 background.