COLOR #66E4E9

HEX: #66E4E9
RGB: (102,228,233)

Color info

#66E4E9 contains mainly green and blue colors. Web safe color of #66E4E9 is #66CCFF (or #6CF).

RGB color model

#66E4E9 color RGB value is (102,228,233).

  • red value is 102;
  • green value is 228;
  • blue value is 233.
RGB:
(102,228,233)
(40%,89%,91%)

RGB channels and saturation

R 102 of 255 = 40%
G 228 of 255 = 89%
B 233 of 255 = 91%

102
228
233

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

Portions of RGB colors in percentages

R + G + B =
102 + 228 + 233 = 563 (100%)
R 102 of 563 ~ 18.12%
G 228 of 563 ~ 40.5%
B 233 of 563 ~ 41.39%

%18.12
%40.5
%41.39

CMYK color model

#66E4E9 color CMYK value is (56,2,0,9).

  • cyan value is 56.22%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(56,2,0,9)
C56M2Y0K9 
(56%,2%,0%,9%)
(0.56/0.02/0.00/0.09)	

CMYK percentages

%56.22
%2.15
%0
%8.63

Codes

Color #66E4E9 in popluar color models

66E4E9
RGB102228233
HSL182°74.86%65.69%
HSB/HSV182°56.22%91.37%
CMYK56.22%2.15%0.00%
8.63%

Color #66E4E9 in popluar number systems.

HEX66E4E9
Decimal102228233
Binary11001101110010011101001
Octal146344351

Shades and tints

Shades of #66E4E9

#66E4E9
(102,228,233)
#5DD0D4
(93,208,212)
#54BCBF
(84,188,191)
#4BA8AA
(75,168,170)
#429495
(66,148,149)
#398080
(57,128,128)
#306C6B
(48,108,107)
#275856
(39,88,86)
#1E4441
(30,68,65)
#15302C
(21,48,44)
#0C1C17
(12,28,23)
#000000
(0,0,0)

Tints of #66E4E9

#66E4E9
(102,228,233)
#73E6EB
(115,230,235)
#80E8ED
(128,232,237)
#8DEAEF
(141,234,239)
#9AECF1
(154,236,241)
#A7EEF3
(167,238,243)
#B4F0F5
(180,240,245)
#C1F2F7
(193,242,247)
#CEF4F9
(206,244,249)
#DBF6FB
(219,246,251)
#E8F8FD
(232,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66E4E9; }

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

This text font color is #66E4E9.


Background Color

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

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

This div background color is #66E4E9.


Border color

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

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

This div border color is #66E4E9.


Opacity

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

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

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

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

This text has shadow with #66E4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66E4E9 on black background.


Color preview on white background

This text has color #66E4E9 on white background.



Black color preview on #66E4E9 background

This text has black color on #66E4E9 background.


White color preview on #66E4E9 background

This text has white color on #66E4E9 background.