Shades of Downy #66DECC
Tints of Downy #66DECC
RGB
CMYK
RGB Variations
Color information
#66DECC (or 0x66DECC) is known color: Downy. HEX triplet: 66, DE and CC. RGB value is (102,222,204). Sum of RGB (Red+Green+Blue) = 102+222+204=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #66DECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DECC is #992133. Grayscale: #B8B8B8. Windows color (decimal): -10035508 or 13426278. OLE color: 13426278.
HSL color Cylindrical-coordinate representation of color #66DECC: hue angle of 171º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DECC is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 204 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.13 |
| HSL | 171º | 0.65% | 0.64% | - |
| HSV(B) | 171º | 0.54% | 0.87% | - |
| XYZ | 42.5 | 59.43 | 66.36 | - |
| YUV | 184.07 | 139.24 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 204 | 0.54 | 0 | 0.08 | 0.13 | 171 | 0.65 | 0.64 |
| Hex | 66 | DE | CC | 36 | 0 | 8 | D | AB | 41 | 40 |
| Octal | 146 | 336 | 314 | 66 | 0 | 10 | 15 | 253 | 101 | 100 |
| Binary | 1100110 | 11011110 | 11001100 | 110110 | 0 | 1000 | 1101 | 10101011 | 1000001 | 1000000 |
Color Harmonies of #66DECC
Complementary color
Monochromatic Colors of #66DECC
Black with #66DECC
Text Example
Text Example
White with #66DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DECC; }
p { color: rgb(102,222,204); }
H1.HeaderClassName
{
color: #66DECC;
}
.AnyTagClassName
{
color: #66DECC;
}
</style>
background-color css
<style>
a { background-color: #66DECC; }
a { background-color: rgb(102,222,204); }
div.DivClassName
{
background-color: #66DECC;
}
.BgClassName
{
background-color: #66DECC;
}
</style>
border-color css
<style>
span { border-color: #66DECC; }
span { border-color: rgb(102,222,204); }
td.TdClassName
{
border-color: #66DECC;
}
.TagClassName
{
border-color: #66DECC;
}
</style>