Shades of Downy #66DACC
Tints of Downy #66DACC
RGB
CMYK
RGB Variations
Color information
#66DACC (or 0x66DACC) is known color: Downy. HEX triplet: 66, DA and CC. RGB value is (102,218,204). Sum of RGB (Red+Green+Blue) = 102+218+204=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #66DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DACC is #992533. Grayscale: #B5B5B5. Windows color (decimal): -10036532 or 13425254. OLE color: 13425254.
HSL color Cylindrical-coordinate representation of color #66DACC: hue angle of 172.76º 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 #66DACC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 204 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.15 |
| HSL | 172.76º | 0.61% | 0.63% | - |
| HSV(B) | 172.76º | 0.53% | 0.85% | - |
| XYZ | 41.45 | 57.33 | 66.01 | - |
| YUV | 181.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 204 | 0.53 | 0 | 0.06 | 0.15 | 172.76 | 0.61 | 0.63 |
| Hex | 66 | DA | CC | 35 | 0 | 6 | F | AD | 3D | 3F |
| Octal | 146 | 332 | 314 | 65 | 0 | 6 | 17 | 255 | 75 | 77 |
| Binary | 1100110 | 11011010 | 11001100 | 110101 | 0 | 110 | 1111 | 10101101 | 111101 | 111111 |
Color Harmonies of #66DACC
Complementary color
Monochromatic Colors of #66DACC
Black with #66DACC
Text Example
Text Example
White with #66DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DACC; }
p { color: rgb(102,218,204); }
H1.HeaderClassName
{
color: #66DACC;
}
.AnyTagClassName
{
color: #66DACC;
}
</style>
background-color css
<style>
a { background-color: #66DACC; }
a { background-color: rgb(102,218,204); }
div.DivClassName
{
background-color: #66DACC;
}
.BgClassName
{
background-color: #66DACC;
}
</style>
border-color css
<style>
span { border-color: #66DACC; }
span { border-color: rgb(102,218,204); }
td.TdClassName
{
border-color: #66DACC;
}
.TagClassName
{
border-color: #66DACC;
}
</style>