COLOR #66CCCC

HEX: #66CCCC RGB: (102,204,204)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

102
204
204

R + G + B ~ 67%. #66CCCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 204 + 204 = 510 (100%)
R 102 of 510 ~ 20%
G 204 of 510 ~ 40%
B 204 of 510 ~ 40'%

%20
%40
%40

CMYK color model

#66CCCC color CMYK value is (50,0,0,20).

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

CMYK: (50,0,0,20)
C50M0Y0K20 (50%, 0%, 0%, 20%)
(0.50 / 0.00 / 0.00 / 0.20)

CMYK percentages

%50
%0
%0
%20

Codes

Color #66CCCC in popluar color models

66 CC CC
RGB 102 204 204
HSL 180° 50.00% 60.00%
HSB/HSV 180° 50.00% 80.00%
CMYK 50.00% 0.00% 0.00%
20.00%

Color #66CCCC in popluar number systems.

HEX 66 CC CC
Decimal 102 204 204
Binary 1100110 11001100 11001100
Octal 146 314 314

Shades and tints

Shades of #66CCCC

#66CCCC
(102,204,204)
#5DBABA
(93,186,186)
#54A8A8
(84,168,168)
#4B9696
(75,150,150)
#428484
(66,132,132)
#397272
(57,114,114)
#306060
(48,96,96)
#274E4E
(39,78,78)
#1E3C3C
(30,60,60)
#152A2A
(21,42,42)
#0C1818
(12,24,24)
#000000
(0,0,0)

Tints of #66CCCC

#66CCCC
(102,204,204)
#73D0D0
(115,208,208)
#80D4D4
(128,212,212)
#8DD8D8
(141,216,216)
#9ADCDC
(154,220,220)
#A7E0E0
(167,224,224)
#B4E4E4
(180,228,228)
#C1E8E8
(193,232,232)
#CEECEC
(206,236,236)
#DBF0F0
(219,240,240)
#E8F4F4
(232,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66CCCC; }

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

This text font color is #66CCCC.

Background Color

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

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

This div background color is #66CCCC.

Border color

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

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

This div border color is #66CCCC.

Opacity

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

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

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

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

This text has shadow with #66CCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66CCCC.

Preview

Color preview on black background

This text has color #66CCCC on black background.


Color preview on white background

This text has color #66CCCC on white background.


Black color preview on #66CCCC background

This text has black color on #66CCCC background.


White color preview on #66CCCC background

This text has white color on #66CCCC background.


Related colors

Complementary color

Complementary color for #hex is #993333.


I love getcolorcode.com