#66DAC6

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

Shades of Downy #66DAC6

Tints of Downy #66DAC6

Color information

#66DAC6 (or 0x66DAC6) is unknown color: approx Downy. HEX triplet: 66, DA and C6. RGB value is (102,218,198). Sum of RGB (Red+Green+Blue) = 102+218+198=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DAC6 is #992539. Grayscale: #B5B5B5. Windows color (decimal): -10036538 or 13032038. OLE color: 13032038.

HSL color Cylindrical-coordinate representation of color #66DAC6: hue angle of 169.66º degrees, saturation: 0.61, 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 #66DAC6 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB102218198-
CMYK0.5300.090.15
HSL169.66º61.05%62.75%-
HSV(B)169.66º53.21%85.49%-
XYZ40.7457.0462.29-
YUV181.04137.5771.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.69%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=19.69%
G=42.08%
B=38.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181980.5300.090.15169.6661.0562.75
Hex66DAC63509Faa3d3f
Octal14633230665011172527577
Binary1100110110110101100011011010101001111110101010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,218,198); }

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

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

 a { background-color: rgb(102,218,198); }

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

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

 span { border-color: rgb(102,218,198); }

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