COLOR #42AF8E

HEX: #42AF8E
RGB: (66,175,142)

Color info

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

RGB color model

#42AF8E color RGB value is (66,175,142).

  • red value is 66;
  • green value is 175;
  • blue value is 142.
RGB:
(66,175,142)
(26%,69%,56%)

RGB channels and saturation

R 66 of 255 = 26%
G 175 of 255 = 69%
B 142 of 255 = 56%

66
175
142

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

Portions of RGB colors in percentages

R + G + B =
66 + 175 + 142 = 383 (100%)
R 66 of 383 ~ 17.23%
G 175 of 383 ~ 45.69%
B 142 of 383 ~ 37.08%

%17.23
%45.69
%37.08

CMYK color model

#42AF8E color CMYK value is (62,0,19,31).

  • cyan value is 62.29%
  • magenta value is 0.00%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(62,0,19,31)
C62M0Y19K31 
(62%,0%,19%,31%)
(0.62/0.00/0.19/0.31)	

CMYK percentages

%62.29
%0
%18.86
%31.37

Codes

Color #42AF8E in popluar color models

42AF8E
RGB66175142
HSL162°45.23%47.25%
HSB/HSV162°62.29%68.63%
CMYK62.29%0.00%18.86%
31.37%

Color #42AF8E in popluar number systems.

HEX42AF8E
Decimal66175142
Binary10000101010111110001110
Octal102257216

Shades and tints

Shades of #42AF8E

#42AF8E
(66,175,142)
#3CA082
(60,160,130)
#369176
(54,145,118)
#30826A
(48,130,106)
#2A735E
(42,115,94)
#246452
(36,100,82)
#1E5546
(30,85,70)
#18463A
(24,70,58)
#12372E
(18,55,46)
#0C2822
(12,40,34)
#061916
(6,25,22)
#000000
(0,0,0)

Tints of #42AF8E

#42AF8E
(66,175,142)
#53B698
(83,182,152)
#64BDA2
(100,189,162)
#75C4AC
(117,196,172)
#86CBB6
(134,203,182)
#97D2C0
(151,210,192)
#A8D9CA
(168,217,202)
#B9E0D4
(185,224,212)
#CAE7DE
(202,231,222)
#DBEEE8
(219,238,232)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42AF8E color. Also use rgb(66,175,142) instead hex code.

Text Font Color

.myTextColor { color: #42AF8E; }

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

This text font color is #42AF8E.


Background Color

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

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

This div background color is #42AF8E.


Border color

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

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

This div border color is #42AF8E.


Opacity

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

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

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

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

This text has shadow with #42AF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42AF8E on black background.


Color preview on white background

This text has color #42AF8E on white background.



Black color preview on #42AF8E background

This text has black color on #42AF8E background.


White color preview on #42AF8E background

This text has white color on #42AF8E background.