COLOR #66FFCC

HEX: #66FFCC RGB: (102,255,204)

Color info

#66FFCC contains mainly green and blue colors. #66FFCC color is web safe color. It maybe written shortly as #6FC.

RGB color model

#66FFCC color RGB value is (102,255,204).

RGB: (102,255,204) (40%, 100%, 80%)

RGB channels and saturation

R 102 of 255 = 40%
G 255 of 255 = 100%
B 204 of 255 = 80%

102
255
204

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

Portions of RGB colors in percentages

R + G + B = 102 + 255 + 204 = 561 (100%)
R 102 of 561 ~ 18.18%
G 255 of 561 ~ 45.45%
B 204 of 561 ~ 36.36'%

%18.18
%45.45
%36.36

CMYK color model

#66FFCC color CMYK value is (60,0,20,0).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 0.00%

CMYK: (60,0,20,0)
C60M0Y20K0 (60%, 0%, 20%, 0%)
(0.60 / 0.00 / 0.20 / 0.00)

CMYK percentages

%60
%0
%20
%0

Codes

Color #66FFCC in popluar color models

66 FF CC
RGB 102 255 204
HSL 160° 100.00% 70.00%
HSB/HSV 160° 60.00% 100.00%
CMYK 60.00% 0.00% 20.00%
0.00%

Color #66FFCC in popluar number systems.

HEX 66 FF CC
Decimal 102 255 204
Binary 1100110 11111111 11001100
Octal 146 377 314

Shades and tints

Shades of #66FFCC

#66FFCC
(102,255,204)
#5DE8BA
(93,232,186)
#54D1A8
(84,209,168)
#4BBA96
(75,186,150)
#42A384
(66,163,132)
#398C72
(57,140,114)
#307560
(48,117,96)
#275E4E
(39,94,78)
#1E473C
(30,71,60)
#15302A
(21,48,42)
#0C1918
(12,25,24)
#000000
(0,0,0)

Tints of #66FFCC

#66FFCC
(102,255,204)
#73FFD0
(115,255,208)
#80FFD4
(128,255,212)
#8DFFD8
(141,255,216)
#9AFFDC
(154,255,220)
#A7FFE0
(167,255,224)
#B4FFE4
(180,255,228)
#C1FFE8
(193,255,232)
#CEFFEC
(206,255,236)
#DBFFF0
(219,255,240)
#E8FFF4
(232,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66FFCC color. Also use rgb(102,255,204) instead hex code.

Text Font Color

.myTextColor { color: #66FFCC; }

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

This text font color is #66FFCC.

Background Color

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

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

This div background color is #66FFCC.

Border color

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

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

This div border color is #66FFCC.

Opacity

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

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

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

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

This text has shadow with #66FFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66FFCC.

Preview

Color preview on black background

This text has color #66FFCC on black background.


Color preview on white background

This text has color #66FFCC on white background.


Black color preview on #66FFCC background

This text has black color on #66FFCC background.


White color preview on #66FFCC background

This text has white color on #66FFCC background.


Related colors

Complementary color

Complementary color for #hex is #990033.


I love getcolorcode.com

Triadic colors

1 #CC66FF and #FFCC66 with #66FFCC are triadic colors.

2 #CCFF66 and #FF66CC with #66FFCC are triadic colors.