COLOR #42D0AF

HEX: #42D0AF
RGB: (66,208,175)

Color info

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

RGB color model

#42D0AF color RGB value is (66,208,175).

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

RGB channels and saturation

R 66 of 255 = 26%
G 208 of 255 = 82%
B 175 of 255 = 69%

66
208
175

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

Portions of RGB colors in percentages

R + G + B =
66 + 208 + 175 = 449 (100%)
R 66 of 449 ~ 14.7%
G 208 of 449 ~ 46.33%
B 175 of 449 ~ 38.98%

%14.7
%46.33
%38.98

CMYK color model

#42D0AF color CMYK value is (68,0,16,18).

  • cyan value is 68.27%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 18.43%
CMYK:
(68,0,16,18)
C68M0Y16K18 
(68%,0%,16%,18%)
(0.68/0.00/0.16/0.18)	

CMYK percentages

%68.27
%0
%15.87
%18.43

Codes

Color #42D0AF in popluar color models

42D0AF
RGB66208175
HSL166°60.17%53.73%
HSB/HSV166°68.27%81.57%
CMYK68.27%0.00%15.87%
18.43%

Color #42D0AF in popluar number systems.

HEX42D0AF
Decimal66208175
Binary10000101101000010101111
Octal102320257

Shades and tints

Shades of #42D0AF

#42D0AF
(66,208,175)
#3CBEA0
(60,190,160)
#36AC91
(54,172,145)
#309A82
(48,154,130)
#2A8873
(42,136,115)
#247664
(36,118,100)
#1E6455
(30,100,85)
#185246
(24,82,70)
#124037
(18,64,55)
#0C2E28
(12,46,40)
#061C19
(6,28,25)
#000000
(0,0,0)

Tints of #42D0AF

#42D0AF
(66,208,175)
#53D4B6
(83,212,182)
#64D8BD
(100,216,189)
#75DCC4
(117,220,196)
#86E0CB
(134,224,203)
#97E4D2
(151,228,210)
#A8E8D9
(168,232,217)
#B9ECE0
(185,236,224)
#CAF0E7
(202,240,231)
#DBF4EE
(219,244,238)
#ECF8F5
(236,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42D0AF; }

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

This text font color is #42D0AF.


Background Color

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

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

This div background color is #42D0AF.


Border color

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

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

This div border color is #42D0AF.


Opacity

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

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

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

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

This text has shadow with #42D0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42D0AF on black background.


Color preview on white background

This text has color #42D0AF on white background.



Black color preview on #42D0AF background

This text has black color on #42D0AF background.


White color preview on #42D0AF background

This text has white color on #42D0AF background.