COLOR #66E1E5

HEX: #66E1E5
RGB: (102,225,229)

Color info

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

RGB color model

#66E1E5 color RGB value is (102,225,229).

  • red value is 102;
  • green value is 225;
  • blue value is 229.
RGB:
(102,225,229)
(40%,88%,90%)

RGB channels and saturation

R 102 of 255 = 40%
G 225 of 255 = 88%
B 229 of 255 = 90%

102
225
229

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

Portions of RGB colors in percentages

R + G + B =
102 + 225 + 229 = 556 (100%)
R 102 of 556 ~ 18.35%
G 225 of 556 ~ 40.47%
B 229 of 556 ~ 41.19%

%18.35
%40.47
%41.19

CMYK color model

#66E1E5 color CMYK value is (55,2,0,10).

  • cyan value is 55.46%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(55,2,0,10)
C55M2Y0K10 
(55%,2%,0%,10%)
(0.55/0.02/0.00/0.10)	

CMYK percentages

%55.46
%1.75
%0
%10.2

Codes

Color #66E1E5 in popluar color models

66E1E5
RGB102225229
HSL182°70.95%64.90%
HSB/HSV182°55.46%89.80%
CMYK55.46%1.75%0.00%
10.20%

Color #66E1E5 in popluar number systems.

HEX66E1E5
Decimal102225229
Binary11001101110000111100101
Octal146341345

Shades and tints

Shades of #66E1E5

#66E1E5
(102,225,229)
#5DCDD1
(93,205,209)
#54B9BD
(84,185,189)
#4BA5A9
(75,165,169)
#429195
(66,145,149)
#397D81
(57,125,129)
#30696D
(48,105,109)
#275559
(39,85,89)
#1E4145
(30,65,69)
#152D31
(21,45,49)
#0C191D
(12,25,29)
#000000
(0,0,0)

Tints of #66E1E5

#66E1E5
(102,225,229)
#73E3E7
(115,227,231)
#80E5E9
(128,229,233)
#8DE7EB
(141,231,235)
#9AE9ED
(154,233,237)
#A7EBEF
(167,235,239)
#B4EDF1
(180,237,241)
#C1EFF3
(193,239,243)
#CEF1F5
(206,241,245)
#DBF3F7
(219,243,247)
#E8F5F9
(232,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66E1E5 color. Also use rgb(102,225,229) instead hex code.

Text Font Color

.myTextColor { color: #66E1E5; }

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

This text font color is #66E1E5.


Background Color

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

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

This div background color is #66E1E5.


Border color

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

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

This div border color is #66E1E5.


Opacity

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

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

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

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

This text has shadow with #66E1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66E1E5 on black background.


Color preview on white background

This text has color #66E1E5 on white background.



Black color preview on #66E1E5 background

This text has black color on #66E1E5 background.


White color preview on #66E1E5 background

This text has white color on #66E1E5 background.