COLOR #66D0AB

HEX: #66D0AB
RGB: (102,208,171)

Color info

#66D0AB contains mainly green and blue colors. Web safe color of #66D0AB is #66CC99 (or #6C9).

RGB color model

#66D0AB color RGB value is (102,208,171).

  • red value is 102;
  • green value is 208;
  • blue value is 171.
RGB:
(102,208,171)
(40%,82%,67%)

RGB channels and saturation

R 102 of 255 = 40%
G 208 of 255 = 82%
B 171 of 255 = 67%

102
208
171

R + G + B ~ 63%. #66D0AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 208 + 171 = 481 (100%)
R 102 of 481 ~ 21.21%
G 208 of 481 ~ 43.24%
B 171 of 481 ~ 35.55%

%21.21
%43.24
%35.55

CMYK color model

#66D0AB color CMYK value is (51,0,18,18).

  • cyan value is 50.96%
  • magenta value is 0.00%
  • yellow value is 17.79%
  • key color value is 18.43%
CMYK:
(51,0,18,18)
C51M0Y18K18 
(51%,0%,18%,18%)
(0.51/0.00/0.18/0.18)	

CMYK percentages

%50.96
%0
%17.79
%18.43

Codes

Color #66D0AB in popluar color models

66D0AB
RGB102208171
HSL159°53.00%60.78%
HSB/HSV159°50.96%81.57%
CMYK50.96%0.00%17.79%
18.43%

Color #66D0AB in popluar number systems.

HEX66D0AB
Decimal102208171
Binary11001101101000010101011
Octal146320253

Shades and tints

Shades of #66D0AB

#66D0AB
(102,208,171)
#5DBE9C
(93,190,156)
#54AC8D
(84,172,141)
#4B9A7E
(75,154,126)
#42886F
(66,136,111)
#397660
(57,118,96)
#306451
(48,100,81)
#275242
(39,82,66)
#1E4033
(30,64,51)
#152E24
(21,46,36)
#0C1C15
(12,28,21)
#000000
(0,0,0)

Tints of #66D0AB

#66D0AB
(102,208,171)
#73D4B2
(115,212,178)
#80D8B9
(128,216,185)
#8DDCC0
(141,220,192)
#9AE0C7
(154,224,199)
#A7E4CE
(167,228,206)
#B4E8D5
(180,232,213)
#C1ECDC
(193,236,220)
#CEF0E3
(206,240,227)
#DBF4EA
(219,244,234)
#E8F8F1
(232,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66D0AB color. Also use rgb(102,208,171) instead hex code.

Text Font Color

.myTextColor { color: #66D0AB; }

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

This text font color is #66D0AB.


Background Color

.myBgColor { background-color: #66D0AB; }

<div style="background-color:#66D0AB">Inner text</div>

This div background color is #66D0AB.


Border color

.myBorderColor { border: 1px solid #66D0AB; }

<div style="border:3px solid #66D0AB">Div</div>

This div border color is #66D0AB.


Opacity

.myOpacity80 { color: #66D0AB; opacity: 0.8; }

<p style="color:#66D0AB;opacity:0.8;">80%</p>

Text with #66D0AB 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 #66D0AB;}

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

This text has shadow with #66D0AB color.

.textShadow {text-shadow: 3px 3px 1px #66D0AB, 3px 3px 1px red;}

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

This text has shadow with #66D0AB primary color and red secondary color.


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

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

This text has shadow with #66D0AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66D0AB on black background.


Color preview on white background

This text has color #66D0AB on white background.



Black color preview on #66D0AB background

This text has black color on #66D0AB background.


White color preview on #66D0AB background

This text has white color on #66D0AB background.