COLOR #66D9AE

HEX: #66D9AE
RGB: (102,217,174)

Color info

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

RGB color model

#66D9AE color RGB value is (102,217,174).

  • red value is 102;
  • green value is 217;
  • blue value is 174.
RGB:
(102,217,174)
(40%,85%,68%)

RGB channels and saturation

R 102 of 255 = 40%
G 217 of 255 = 85%
B 174 of 255 = 68%

102
217
174

R + G + B ~ 64%. #66D9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 217 + 174 = 493 (100%)
R 102 of 493 ~ 20.69%
G 217 of 493 ~ 44.02%
B 174 of 493 ~ 35.29%

%20.69
%44.02
%35.29

CMYK color model

#66D9AE color CMYK value is (53,0,20,15).

  • cyan value is 53.00%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 14.90%
CMYK:
(53,0,20,15)
C53M0Y20K15 
(53%,0%,20%,15%)
(0.53/0.00/0.20/0.15)	

CMYK percentages

%53
%0
%19.82
%14.9

Codes

Color #66D9AE in popluar color models

66D9AE
RGB102217174
HSL158°60.21%62.55%
HSB/HSV158°53.00%85.10%
CMYK53.00%0.00%19.82%
14.90%

Color #66D9AE in popluar number systems.

HEX66D9AE
Decimal102217174
Binary11001101101100110101110
Octal146331256

Shades and tints

Shades of #66D9AE

#66D9AE
(102,217,174)
#5DC69F
(93,198,159)
#54B390
(84,179,144)
#4BA081
(75,160,129)
#428D72
(66,141,114)
#397A63
(57,122,99)
#306754
(48,103,84)
#275445
(39,84,69)
#1E4136
(30,65,54)
#152E27
(21,46,39)
#0C1B18
(12,27,24)
#000000
(0,0,0)

Tints of #66D9AE

#66D9AE
(102,217,174)
#73DCB5
(115,220,181)
#80DFBC
(128,223,188)
#8DE2C3
(141,226,195)
#9AE5CA
(154,229,202)
#A7E8D1
(167,232,209)
#B4EBD8
(180,235,216)
#C1EEDF
(193,238,223)
#CEF1E6
(206,241,230)
#DBF4ED
(219,244,237)
#E8F7F4
(232,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66D9AE color. Also use rgb(102,217,174) instead hex code.

Text Font Color

.myTextColor { color: #66D9AE; }

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

This text font color is #66D9AE.


Background Color

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

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

This div background color is #66D9AE.


Border color

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

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

This div border color is #66D9AE.


Opacity

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

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

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

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

This text has shadow with #66D9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66D9AE on black background.


Color preview on white background

This text has color #66D9AE on white background.



Black color preview on #66D9AE background

This text has black color on #66D9AE background.


White color preview on #66D9AE background

This text has white color on #66D9AE background.