#66CCCA

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

Shades of Downy #66CCCA

Tints of Downy #66CCCA

Color information

#66CCCA (or 0x66CCCA) is unknown color: approx Downy. HEX triplet: 66, CC and CA. RGB value is (102,204,202). Sum of RGB (Red+Green+Blue) = 102+204+202=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCCA is #993335. Grayscale: #ADADAD. Windows color (decimal): -10040118 or 13290598. OLE color: 13290598.

HSL color Cylindrical-coordinate representation of color #66CCCA: hue angle of 178.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CCCA is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB102204202-
CMYK0.500.010.2
HSL178.82º50%60%-
HSV(B)178.82º50%80%-
XYZ37.7350.2763.59-
YUV173.27144.2177.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.08%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=20.08%
G=40.16%
B=39.76%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1022042020.500.010.2178.825060
Hex66CCCA320114b3323c
Octal1463143126201242636274
Binary11001101100110011001010110010011010010110011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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