COLOR #66E6BB

HEX: #66E6BB
RGB: (102,230,187)

Color info

#66E6BB contains mainly green and blue colors. Web safe color of #66E6BB is #66CCCC (or #6CC).

RGB color model

#66E6BB color RGB value is (102,230,187).

  • red value is 102;
  • green value is 230;
  • blue value is 187.
RGB:
(102,230,187)
(40%,90%,73%)

RGB channels and saturation

R 102 of 255 = 40%
G 230 of 255 = 90%
B 187 of 255 = 73%

102
230
187

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

Portions of RGB colors in percentages

R + G + B =
102 + 230 + 187 = 519 (100%)
R 102 of 519 ~ 19.65%
G 230 of 519 ~ 44.32%
B 187 of 519 ~ 36.03%

%19.65
%44.32
%36.03

CMYK color model

#66E6BB color CMYK value is (56,0,19,10).

  • cyan value is 55.65%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(56,0,19,10)
C56M0Y19K10 
(56%,0%,19%,10%)
(0.56/0.00/0.19/0.10)	

CMYK percentages

%55.65
%0
%18.7
%9.8

Codes

Color #66E6BB in popluar color models

66E6BB
RGB102230187
HSL160°71.91%65.10%
HSB/HSV160°55.65%90.20%
CMYK55.65%0.00%18.70%
9.80%

Color #66E6BB in popluar number systems.

HEX66E6BB
Decimal102230187
Binary11001101110011010111011
Octal146346273

Shades and tints

Shades of #66E6BB

#66E6BB
(102,230,187)
#5DD2AA
(93,210,170)
#54BE99
(84,190,153)
#4BAA88
(75,170,136)
#429677
(66,150,119)
#398266
(57,130,102)
#306E55
(48,110,85)
#275A44
(39,90,68)
#1E4633
(30,70,51)
#153222
(21,50,34)
#0C1E11
(12,30,17)
#000000
(0,0,0)

Tints of #66E6BB

#66E6BB
(102,230,187)
#73E8C1
(115,232,193)
#80EAC7
(128,234,199)
#8DECCD
(141,236,205)
#9AEED3
(154,238,211)
#A7F0D9
(167,240,217)
#B4F2DF
(180,242,223)
#C1F4E5
(193,244,229)
#CEF6EB
(206,246,235)
#DBF8F1
(219,248,241)
#E8FAF7
(232,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66E6BB color. Also use rgb(102,230,187) instead hex code.

Text Font Color

.myTextColor { color: #66E6BB; }

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

This text font color is #66E6BB.


Background Color

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

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

This div background color is #66E6BB.


Border color

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

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

This div border color is #66E6BB.


Opacity

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

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

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

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

This text has shadow with #66E6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66E6BB on black background.


Color preview on white background

This text has color #66E6BB on white background.



Black color preview on #66E6BB background

This text has black color on #66E6BB background.


White color preview on #66E6BB background

This text has white color on #66E6BB background.