COLOR #42AB8E

HEX: #42AB8E
RGB: (66,171,142)

Color info

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

RGB color model

#42AB8E color RGB value is (66,171,142).

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

RGB channels and saturation

R 66 of 255 = 26%
G 171 of 255 = 67%
B 142 of 255 = 56%

66
171
142

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

Portions of RGB colors in percentages

R + G + B =
66 + 171 + 142 = 379 (100%)
R 66 of 379 ~ 17.41%
G 171 of 379 ~ 45.12%
B 142 of 379 ~ 37.47%

%17.41
%45.12
%37.47

CMYK color model

#42AB8E color CMYK value is (61,0,17,33).

  • cyan value is 61.40%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 32.94%
CMYK:
(61,0,17,33)
C61M0Y17K33 
(61%,0%,17%,33%)
(0.61/0.00/0.17/0.33)	

CMYK percentages

%61.4
%0
%16.96
%32.94

Codes

Color #42AB8E in popluar color models

42AB8E
RGB66171142
HSL163°44.30%46.47%
HSB/HSV163°61.40%67.06%
CMYK61.40%0.00%16.96%
32.94%

Color #42AB8E in popluar number systems.

HEX42AB8E
Decimal66171142
Binary10000101010101110001110
Octal102253216

Shades and tints

Shades of #42AB8E

#42AB8E
(66,171,142)
#3C9C82
(60,156,130)
#368D76
(54,141,118)
#307E6A
(48,126,106)
#2A6F5E
(42,111,94)
#246052
(36,96,82)
#1E5146
(30,81,70)
#18423A
(24,66,58)
#12332E
(18,51,46)
#0C2422
(12,36,34)
#061516
(6,21,22)
#000000
(0,0,0)

Tints of #42AB8E

#42AB8E
(66,171,142)
#53B298
(83,178,152)
#64B9A2
(100,185,162)
#75C0AC
(117,192,172)
#86C7B6
(134,199,182)
#97CEC0
(151,206,192)
#A8D5CA
(168,213,202)
#B9DCD4
(185,220,212)
#CAE3DE
(202,227,222)
#DBEAE8
(219,234,232)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42AB8E; }

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

This text font color is #42AB8E.


Background Color

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

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

This div background color is #42AB8E.


Border color

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

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

This div border color is #42AB8E.


Opacity

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

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

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

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

This text has shadow with #42AB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42AB8E on black background.


Color preview on white background

This text has color #42AB8E on white background.



Black color preview on #42AB8E background

This text has black color on #42AB8E background.


White color preview on #42AB8E background

This text has white color on #42AB8E background.