#66CACB

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

Shades of Downy #66CACB

Tints of Downy #66CACB

Color information

#66CACB (or 0x66CACB) is unknown color: approx Downy. HEX triplet: 66, CA and CB. RGB value is (102,202,203). Sum of RGB (Red+Green+Blue) = 102+202+203=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #66CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CACB is #993534. Grayscale: #ACACAC. Windows color (decimal): -10040629 or 13355622. OLE color: 13355622.

HSL color Cylindrical-coordinate representation of color #66CACB: hue angle of 180.59º degrees, saturation: 0.49, 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 #66CACB is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102202203-
CMYK0.500.0000.20
HSL180.59º49.27%59.8%-
HSV(B)180.59º49.75%79.61%-
XYZ37.3849.3864.06-
YUV172.21145.3777.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.12%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=20.12%
G=39.84%
B=40.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022022030.500.0000.20180.5949.2759.8
Hex66CACB320014b5313c
Octal1463123136200242656174
Binary11001101100101011001011110010001010010110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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