COLOR #66EDF5

HEX: #66EDF5
RGB: (102,237,245)

Color info

#66EDF5 contains mainly green and blue colors. Web safe color of #66EDF5 is #66FFFF (or #6FF).

RGB color model

#66EDF5 color RGB value is (102,237,245).

  • red value is 102;
  • green value is 237;
  • blue value is 245.
RGB:
(102,237,245)
(40%,93%,96%)

RGB channels and saturation

R 102 of 255 = 40%
G 237 of 255 = 93%
B 245 of 255 = 96%

102
237
245

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

Portions of RGB colors in percentages

R + G + B =
102 + 237 + 245 = 584 (100%)
R 102 of 584 ~ 17.47%
G 237 of 584 ~ 40.58%
B 245 of 584 ~ 41.95%

%17.47
%40.58
%41.95

CMYK color model

#66EDF5 color CMYK value is (58,3,0,4).

  • cyan value is 58.37%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(58,3,0,4)
C58M3Y0K4 
(58%,3%,0%,4%)
(0.58/0.03/0.00/0.04)	

CMYK percentages

%58.37
%3.27
%0
%3.92

Codes

Color #66EDF5 in popluar color models

66EDF5
RGB102237245
HSL183°87.73%68.04%
HSB/HSV183°58.37%96.08%
CMYK58.37%3.27%0.00%
3.92%

Color #66EDF5 in popluar number systems.

HEX66EDF5
Decimal102237245
Binary11001101110110111110101
Octal146355365

Shades and tints

Shades of #66EDF5

#66EDF5
(102,237,245)
#5DD8DF
(93,216,223)
#54C3C9
(84,195,201)
#4BAEB3
(75,174,179)
#42999D
(66,153,157)
#398487
(57,132,135)
#306F71
(48,111,113)
#275A5B
(39,90,91)
#1E4545
(30,69,69)
#15302F
(21,48,47)
#0C1B19
(12,27,25)
#000000
(0,0,0)

Tints of #66EDF5

#66EDF5
(102,237,245)
#73EEF5
(115,238,245)
#80EFF5
(128,239,245)
#8DF0F5
(141,240,245)
#9AF1F5
(154,241,245)
#A7F2F5
(167,242,245)
#B4F3F5
(180,243,245)
#C1F4F5
(193,244,245)
#CEF5F5
(206,245,245)
#DBF6F5
(219,246,245)
#E8F7F5
(232,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66EDF5 color. Also use rgb(102,237,245) instead hex code.

Text Font Color

.myTextColor { color: #66EDF5; }

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

This text font color is #66EDF5.


Background Color

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

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

This div background color is #66EDF5.


Border color

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

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

This div border color is #66EDF5.


Opacity

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

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

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

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

This text has shadow with #66EDF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66EDF5 on black background.


Color preview on white background

This text has color #66EDF5 on white background.



Black color preview on #66EDF5 background

This text has black color on #66EDF5 background.


White color preview on #66EDF5 background

This text has white color on #66EDF5 background.