COLOR #66E4AD

HEX: #66E4AD RGB: (102,228,173)

Color info

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

RGB color model

#66E4AD color RGB value is (102,228,173).

RGB: (102,228,173) (40%, 89%, 68%)

RGB channels and saturation

R 102 of 255 = 40%
G 228 of 255 = 89%
B 173 of 255 = 68%

102
228
173

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

Portions of RGB colors in percentages

R + G + B = 102 + 228 + 173 = 503 (100%)
R 102 of 503 ~ 20.28%
G 228 of 503 ~ 45.33%
B 173 of 503 ~ 34.39'%

%20.28
%45.33
%34.39

CMYK color model

#66E4AD color CMYK value is (55,0,24,11).

  • cyan value is 55.26%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 10.59%

CMYK: (55,0,24,11)
C55M0Y24K11 (55%, 0%, 24%, 11%)
(0.55 / 0.00 / 0.24 / 0.11)

CMYK percentages

%55.26
%0
%24.12
%10.59

Codes

Color #66E4AD in popluar color models

66 E4 AD
RGB 102 228 173
HSL 154° 70.00% 64.71%
HSB/HSV 154° 55.26% 89.41%
CMYK 55.26% 0.00% 24.12%
10.59%

Color #66E4AD in popluar number systems.

HEX 66 E4 AD
Decimal 102 228 173
Binary 1100110 11100100 10101101
Octal 146 344 255

Shades and tints

Shades of #66E4AD

#66E4AD
(102,228,173)
#5DD09E
(93,208,158)
#54BC8F
(84,188,143)
#4BA880
(75,168,128)
#429471
(66,148,113)
#398062
(57,128,98)
#306C53
(48,108,83)
#275844
(39,88,68)
#1E4435
(30,68,53)
#153026
(21,48,38)
#0C1C17
(12,28,23)
#000000
(0,0,0)

Tints of #66E4AD

#66E4AD
(102,228,173)
#73E6B4
(115,230,180)
#80E8BB
(128,232,187)
#8DEAC2
(141,234,194)
#9AECC9
(154,236,201)
#A7EED0
(167,238,208)
#B4F0D7
(180,240,215)
#C1F2DE
(193,242,222)
#CEF4E5
(206,244,229)
#DBF6EC
(219,246,236)
#E8F8F3
(232,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66E4AD color. Also use rgb(102,228,173) instead hex code.

Text Font Color

.myTextColor { color: #66E4AD; }

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

This text font color is #66E4AD.

Background Color

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

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

This div background color is #66E4AD.

Border color

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

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

This div border color is #66E4AD.

Opacity

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

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

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

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

This text has shadow with #66E4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66E4AD.

Preview

Color preview on black background

This text has color #66E4AD on black background.


Color preview on white background

This text has color #66E4AD on white background.


Black color preview on #66E4AD background

This text has black color on #66E4AD background.


White color preview on #66E4AD background

This text has white color on #66E4AD background.


Related colors

Complementary color

Complementary color for #hex is #991B52.


I love getcolorcode.com

Triadic colors

1 #AD66E4 and #E4AD66 with #66E4AD are triadic colors.

2 #ADE466 and #E466AD with #66E4AD are triadic colors.