Shades of Downy #66DDD0
Tints of Downy #66DDD0
RGB
CMYK
RGB Variations
Color information
#66DDD0 (or 0x66DDD0) is known color: Downy. HEX triplet: 66, DD and D0. RGB value is (102,221,208). Sum of RGB (Red+Green+Blue) = 102+221+208=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDD0 is #99222F. Grayscale: #B7B7B7. Windows color (decimal): -10035760 or 13688166. OLE color: 13688166.
HSL color Cylindrical-coordinate representation of color #66DDD0: hue angle of 173.45º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DDD0 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 208 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.13 |
| HSL | 173.45º | 0.64% | 0.63% | - |
| HSV(B) | 173.45º | 0.54% | 0.87% | - |
| XYZ | 42.72 | 59.09 | 68.83 | - |
| YUV | 183.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 208 | 0.54 | 0 | 0.06 | 0.13 | 173.45 | 0.64 | 0.63 |
| Hex | 66 | DD | D0 | 36 | 0 | 6 | D | AD | 40 | 3F |
| Octal | 146 | 335 | 320 | 66 | 0 | 6 | 15 | 255 | 100 | 77 |
| Binary | 1100110 | 11011101 | 11010000 | 110110 | 0 | 110 | 1101 | 10101101 | 1000000 | 111111 |
Color Harmonies of #66DDD0
Complementary color
Monochromatic Colors of #66DDD0
Black with #66DDD0
Text Example
Text Example
White with #66DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DDD0; }
p { color: rgb(102,221,208); }
H1.HeaderClassName
{
color: #66DDD0;
}
.AnyTagClassName
{
color: #66DDD0;
}
</style>
background-color css
<style>
a { background-color: #66DDD0; }
a { background-color: rgb(102,221,208); }
div.DivClassName
{
background-color: #66DDD0;
}
.BgClassName
{
background-color: #66DDD0;
}
</style>
border-color css
<style>
span { border-color: #66DDD0; }
span { border-color: rgb(102,221,208); }
td.TdClassName
{
border-color: #66DDD0;
}
.TagClassName
{
border-color: #66DDD0;
}
</style>