#66D9CC

Color #66D9CC Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #66D9CC

Tints of Downy #66D9CC

Color information

#66D9CC (or 0x66D9CC) is unknown color: approx Downy. HEX triplet: 66, D9 and CC. RGB value is (102,217,204). Sum of RGB (Red+Green+Blue) = 102+217+204=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9CC is #992633. Grayscale: #B5B5B5. Windows color (decimal): -10036788 or 13424998. OLE color: 13424998.

HSL color Cylindrical-coordinate representation of color #66D9CC: hue angle of 173.22º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D9CC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB102217204-
CMYK0.5300.060.15
HSL173.22º60.21%62.55%-
HSV(B)173.22º53%85.1%-
XYZ41.1956.8165.92-
YUV181.13140.971.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 19.50%
GREEN value IS 217 (85.16% from 255) = 41.49%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=19.50%
G=41.49%
B=39.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022172040.5300.060.15173.2260.2162.55
Hex66D9CC3506Fad3c3f
Octal1463313146506172557477
Binary110011011011001110011001101010110111110101101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66D9CC; }

 p { color: rgb(102,217,204); }

 H1.HeaderClassName
 {
   color: #66D9CC;
 }
 .AnyTagClassName
 {
   color: #66D9CC;
 }
</style>
background-color css

<style>
 a { background-color: #66D9CC; }

 a { background-color: rgb(102,217,204); }

 div.DivClassName
 {
   background-color: #66D9CC;
 }
 .BgClassName
 {
   background-color: #66D9CC;
 }
</style>
border-color css

<style>
 span { border-color: #66D9CC; }

 span { border-color: rgb(102,217,204); }

 td.TdClassName
 {
   border-color: #66D9CC;
 }
 .TagClassName
 {
   border-color: #66D9CC;
 }
</style>