Shades of Downy #64DDD0
Tints of Downy #64DDD0
RGB
CMYK
RGB Variations
Color information
#64DDD0 (or 0x64DDD0) is known color: Downy. HEX triplet: 64, DD and D0. RGB value is (100,221,208). Sum of RGB (Red+Green+Blue) = 100+221+208=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDD0 is #9B222F. Grayscale: #B7B7B7. Windows color (decimal): -10166832 or 13688164. OLE color: 13688164.
HSL color Cylindrical-coordinate representation of color #64DDD0: hue angle of 173.55º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DDD0 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 208 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.13 |
| HSL | 173.55º | 0.64% | 0.63% | - |
| HSV(B) | 173.55º | 0.55% | 0.87% | - |
| XYZ | 42.5 | 58.98 | 68.82 | - |
| YUV | 183.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 208 | 0.55 | 0 | 0.06 | 0.13 | 173.55 | 0.64 | 0.63 |
| Hex | 64 | DD | D0 | 37 | 0 | 6 | D | AE | 40 | 3F |
| Octal | 144 | 335 | 320 | 67 | 0 | 6 | 15 | 256 | 100 | 77 |
| Binary | 1100100 | 11011101 | 11010000 | 110111 | 0 | 110 | 1101 | 10101110 | 1000000 | 111111 |
Color Harmonies of #64DDD0
Complementary color
Monochromatic Colors of #64DDD0
Black with #64DDD0
Text Example
Text Example
White with #64DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDD0; }
p { color: rgb(100,221,208); }
H1.HeaderClassName
{
color: #64DDD0;
}
.AnyTagClassName
{
color: #64DDD0;
}
</style>
background-color css
<style>
a { background-color: #64DDD0; }
a { background-color: rgb(100,221,208); }
div.DivClassName
{
background-color: #64DDD0;
}
.BgClassName
{
background-color: #64DDD0;
}
</style>
border-color css
<style>
span { border-color: #64DDD0; }
span { border-color: rgb(100,221,208); }
td.TdClassName
{
border-color: #64DDD0;
}
.TagClassName
{
border-color: #64DDD0;
}
</style>