Shades of Downy #66DECF
Tints of Downy #66DECF
RGB
CMYK
RGB Variations
Color information
#66DECF (or 0x66DECF) is known color: Downy. HEX triplet: 66, DE and CF. RGB value is (102,222,207). Sum of RGB (Red+Green+Blue) = 102+222+207=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #66DECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DECF is #992130. Grayscale: #B8B8B8. Windows color (decimal): -10035505 or 13622886. OLE color: 13622886.
HSL color Cylindrical-coordinate representation of color #66DECF: hue angle of 172.5º 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 #66DECF is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 207 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.13 |
| HSL | 172.5º | 0.65% | 0.64% | - |
| HSV(B) | 172.5º | 0.54% | 0.87% | - |
| XYZ | 42.86 | 59.57 | 68.27 | - |
| YUV | 184.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 207 | 0.54 | 0 | 0.07 | 0.13 | 172.5 | 0.65 | 0.64 |
| Hex | 66 | DE | CF | 36 | 0 | 7 | D | AC | 41 | 40 |
| Octal | 146 | 336 | 317 | 66 | 0 | 7 | 15 | 254 | 101 | 100 |
| Binary | 1100110 | 11011110 | 11001111 | 110110 | 0 | 111 | 1101 | 10101100 | 1000001 | 1000000 |
Color Harmonies of #66DECF
Complementary color
Monochromatic Colors of #66DECF
Black with #66DECF
Text Example
Text Example
White with #66DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DECF; }
p { color: rgb(102,222,207); }
H1.HeaderClassName
{
color: #66DECF;
}
.AnyTagClassName
{
color: #66DECF;
}
</style>
background-color css
<style>
a { background-color: #66DECF; }
a { background-color: rgb(102,222,207); }
div.DivClassName
{
background-color: #66DECF;
}
.BgClassName
{
background-color: #66DECF;
}
</style>
border-color css
<style>
span { border-color: #66DECF; }
span { border-color: rgb(102,222,207); }
td.TdClassName
{
border-color: #66DECF;
}
.TagClassName
{
border-color: #66DECF;
}
</style>