COLOR #42D6D1

HEX: #42D6D1
RGB: (66,214,209)

Color info

#42D6D1 contains mainly green and blue colors. Web safe color of #42D6D1 is #33CCCC (or #3CC).

RGB color model

#42D6D1 color RGB value is (66,214,209).

  • red value is 66;
  • green value is 214;
  • blue value is 209.
RGB:
(66,214,209)
(26%,84%,82%)

RGB channels and saturation

R 66 of 255 = 26%
G 214 of 255 = 84%
B 209 of 255 = 82%

66
214
209

R + G + B ~ 64%. #42D6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
66 + 214 + 209 = 489 (100%)
R 66 of 489 ~ 13.5%
G 214 of 489 ~ 43.76%
B 209 of 489 ~ 42.74%

%13.5
%43.76
%42.74

CMYK color model

#42D6D1 color CMYK value is (69,0,2,16).

  • cyan value is 69.16%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 16.08%
CMYK:
(69,0,2,16)
C69M0Y2K16 
(69%,0%,2%,16%)
(0.69/0.00/0.02/0.16)	

CMYK percentages

%69.16
%0
%2.34
%16.08

Codes

Color #42D6D1 in popluar color models

42D6D1
RGB66214209
HSL178°64.35%54.90%
HSB/HSV178°69.16%83.92%
CMYK69.16%0.00%2.34%
16.08%

Color #42D6D1 in popluar number systems.

HEX42D6D1
Decimal66214209
Binary10000101101011011010001
Octal102326321

Shades and tints

Shades of #42D6D1

#42D6D1
(66,214,209)
#3CC3BE
(60,195,190)
#36B0AB
(54,176,171)
#309D98
(48,157,152)
#2A8A85
(42,138,133)
#247772
(36,119,114)
#1E645F
(30,100,95)
#18514C
(24,81,76)
#123E39
(18,62,57)
#0C2B26
(12,43,38)
#061813
(6,24,19)
#000000
(0,0,0)

Tints of #42D6D1

#42D6D1
(66,214,209)
#53D9D5
(83,217,213)
#64DCD9
(100,220,217)
#75DFDD
(117,223,221)
#86E2E1
(134,226,225)
#97E5E5
(151,229,229)
#A8E8E9
(168,232,233)
#B9EBED
(185,235,237)
#CAEEF1
(202,238,241)
#DBF1F5
(219,241,245)
#ECF4F9
(236,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42D6D1 color. Also use rgb(66,214,209) instead hex code.

Text Font Color

.myTextColor { color: #42D6D1; }

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

This text font color is #42D6D1.


Background Color

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

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

This div background color is #42D6D1.


Border color

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

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

This div border color is #42D6D1.


Opacity

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

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

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

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

This text has shadow with #42D6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42D6D1 on black background.


Color preview on white background

This text has color #42D6D1 on white background.



Black color preview on #42D6D1 background

This text has black color on #42D6D1 background.


White color preview on #42D6D1 background

This text has white color on #42D6D1 background.