COLOR #66E8B6

HEX: #66E8B6
RGB: (102,232,182)

Color info

#66E8B6 contains mainly green and blue colors. Web safe color of #66E8B6 is #66FFCC (or #6FC).

RGB color model

#66E8B6 color RGB value is (102,232,182).

  • red value is 102;
  • green value is 232;
  • blue value is 182.
RGB:
(102,232,182)
(40%,91%,71%)

RGB channels and saturation

R 102 of 255 = 40%
G 232 of 255 = 91%
B 182 of 255 = 71%

102
232
182

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

Portions of RGB colors in percentages

R + G + B =
102 + 232 + 182 = 516 (100%)
R 102 of 516 ~ 19.77%
G 232 of 516 ~ 44.96%
B 182 of 516 ~ 35.27%

%19.77
%44.96
%35.27

CMYK color model

#66E8B6 color CMYK value is (56,0,22,9).

  • cyan value is 56.03%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 9.02%
CMYK:
(56,0,22,9)
C56M0Y22K9 
(56%,0%,22%,9%)
(0.56/0.00/0.22/0.09)	

CMYK percentages

%56.03
%0
%21.55
%9.02

Codes

Color #66E8B6 in popluar color models

66E8B6
RGB102232182
HSL157°73.86%65.49%
HSB/HSV157°56.03%90.98%
CMYK56.03%0.00%21.55%
9.02%

Color #66E8B6 in popluar number systems.

HEX66E8B6
Decimal102232182
Binary11001101110100010110110
Octal146350266

Shades and tints

Shades of #66E8B6

#66E8B6
(102,232,182)
#5DD3A6
(93,211,166)
#54BE96
(84,190,150)
#4BA986
(75,169,134)
#429476
(66,148,118)
#397F66
(57,127,102)
#306A56
(48,106,86)
#275546
(39,85,70)
#1E4036
(30,64,54)
#152B26
(21,43,38)
#0C1616
(12,22,22)
#000000
(0,0,0)

Tints of #66E8B6

#66E8B6
(102,232,182)
#73EABC
(115,234,188)
#80ECC2
(128,236,194)
#8DEEC8
(141,238,200)
#9AF0CE
(154,240,206)
#A7F2D4
(167,242,212)
#B4F4DA
(180,244,218)
#C1F6E0
(193,246,224)
#CEF8E6
(206,248,230)
#DBFAEC
(219,250,236)
#E8FCF2
(232,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66E8B6 color. Also use rgb(102,232,182) instead hex code.

Text Font Color

.myTextColor { color: #66E8B6; }

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

This text font color is #66E8B6.


Background Color

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

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

This div background color is #66E8B6.


Border color

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

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

This div border color is #66E8B6.


Opacity

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

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

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

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

This text has shadow with #66E8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66E8B6 on black background.


Color preview on white background

This text has color #66E8B6 on white background.



Black color preview on #66E8B6 background

This text has black color on #66E8B6 background.


White color preview on #66E8B6 background

This text has white color on #66E8B6 background.