COLOR #66F6E6

HEX: #66F6E6
RGB: (102,246,230)

Color info

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

RGB color model

#66F6E6 color RGB value is (102,246,230).

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

RGB channels and saturation

R 102 of 255 = 40%
G 246 of 255 = 96%
B 230 of 255 = 90%

102
246
230

R + G + B ~ 75%. #66F6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 246 + 230 = 578 (100%)
R 102 of 578 ~ 17.65%
G 246 of 578 ~ 42.56%
B 230 of 578 ~ 39.79%

%17.65
%42.56
%39.79

CMYK color model

#66F6E6 color CMYK value is (59,0,7,4).

  • cyan value is 58.54%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 3.53%
CMYK:
(59,0,7,4)
C59M0Y7K4 
(59%,0%,7%,4%)
(0.59/0.00/0.07/0.04)	

CMYK percentages

%58.54
%0
%6.5
%3.53

Codes

Color #66F6E6 in popluar color models

66F6E6
RGB102246230
HSL173°88.89%68.24%
HSB/HSV173°58.54%96.47%
CMYK58.54%0.00%6.50%
3.53%

Color #66F6E6 in popluar number systems.

HEX66F6E6
Decimal102246230
Binary11001101111011011100110
Octal146366346

Shades and tints

Shades of #66F6E6

#66F6E6
(102,246,230)
#5DE0D2
(93,224,210)
#54CABE
(84,202,190)
#4BB4AA
(75,180,170)
#429E96
(66,158,150)
#398882
(57,136,130)
#30726E
(48,114,110)
#275C5A
(39,92,90)
#1E4646
(30,70,70)
#153032
(21,48,50)
#0C1A1E
(12,26,30)
#000000
(0,0,0)

Tints of #66F6E6

#66F6E6
(102,246,230)
#73F6E8
(115,246,232)
#80F6EA
(128,246,234)
#8DF6EC
(141,246,236)
#9AF6EE
(154,246,238)
#A7F6F0
(167,246,240)
#B4F6F2
(180,246,242)
#C1F6F4
(193,246,244)
#CEF6F6
(206,246,246)
#DBF6F8
(219,246,248)
#E8F6FA
(232,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66F6E6; }

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

This text font color is #66F6E6.


Background Color

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

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

This div background color is #66F6E6.


Border color

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

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

This div border color is #66F6E6.


Opacity

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

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

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

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

This text has shadow with #66F6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66F6E6 on black background.


Color preview on white background

This text has color #66F6E6 on white background.



Black color preview on #66F6E6 background

This text has black color on #66F6E6 background.


White color preview on #66F6E6 background

This text has white color on #66F6E6 background.