Shades of Downy #66DEC9
Tints of Downy #66DEC9
RGB
CMYK
RGB Variations
Color information
#66DEC9 (or 0x66DEC9) is known color: Downy. HEX triplet: 66, DE and C9. RGB value is (102,222,201). Sum of RGB (Red+Green+Blue) = 102+222+201=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEC9 is #992136. Grayscale: #B7B7B7. Windows color (decimal): -10035511 or 13229670. OLE color: 13229670.
HSL color Cylindrical-coordinate representation of color #66DEC9: hue angle of 169.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 #66DEC9 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 201 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.13 |
| HSL | 169.5º | 0.65% | 0.64% | - |
| HSV(B) | 169.5º | 0.54% | 0.87% | - |
| XYZ | 42.14 | 59.28 | 64.48 | - |
| YUV | 183.73 | 137.74 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 201 | 0.54 | 0 | 0.09 | 0.13 | 169.5 | 0.65 | 0.64 |
| Hex | 66 | DE | C9 | 36 | 0 | 9 | D | AA | 41 | 40 |
| Octal | 146 | 336 | 311 | 66 | 0 | 11 | 15 | 252 | 101 | 100 |
| Binary | 1100110 | 11011110 | 11001001 | 110110 | 0 | 1001 | 1101 | 10101010 | 1000001 | 1000000 |
Color Harmonies of #66DEC9
Complementary color
Monochromatic Colors of #66DEC9
Black with #66DEC9
Text Example
Text Example
White with #66DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEC9; }
p { color: rgb(102,222,201); }
H1.HeaderClassName
{
color: #66DEC9;
}
.AnyTagClassName
{
color: #66DEC9;
}
</style>
background-color css
<style>
a { background-color: #66DEC9; }
a { background-color: rgb(102,222,201); }
div.DivClassName
{
background-color: #66DEC9;
}
.BgClassName
{
background-color: #66DEC9;
}
</style>
border-color css
<style>
span { border-color: #66DEC9; }
span { border-color: rgb(102,222,201); }
td.TdClassName
{
border-color: #66DEC9;
}
.TagClassName
{
border-color: #66DEC9;
}
</style>