Shades of Downy #64DDC5
Tints of Downy #64DDC5
RGB
CMYK
RGB Variations
Color information
#64DDC5 (or 0x64DDC5) is known color: Downy. HEX triplet: 64, DD and C5. RGB value is (100,221,197). Sum of RGB (Red+Green+Blue) = 100+221+197=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDC5 is #9B223A. Grayscale: #B6B6B6. Windows color (decimal): -10166843 or 12967268. OLE color: 12967268.
HSL color Cylindrical-coordinate representation of color #64DDC5: hue angle of 168.1º 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 #64DDC5 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 197 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.13 |
| HSL | 168.1º | 0.64% | 0.63% | - |
| HSV(B) | 168.1º | 0.55% | 0.87% | - |
| XYZ | 41.19 | 58.45 | 61.94 | - |
| YUV | 182.09 | 136.41 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 197 | 0.55 | 0 | 0.11 | 0.13 | 168.1 | 0.64 | 0.63 |
| Hex | 64 | DD | C5 | 37 | 0 | B | D | A8 | 40 | 3F |
| Octal | 144 | 335 | 305 | 67 | 0 | 13 | 15 | 250 | 100 | 77 |
| Binary | 1100100 | 11011101 | 11000101 | 110111 | 0 | 1011 | 1101 | 10101000 | 1000000 | 111111 |
Color Harmonies of #64DDC5
Complementary color
Monochromatic Colors of #64DDC5
Black with #64DDC5
Text Example
Text Example
White with #64DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DDC5; }
p { color: rgb(100,221,197); }
H1.HeaderClassName
{
color: #64DDC5;
}
.AnyTagClassName
{
color: #64DDC5;
}
</style>
background-color css
<style>
a { background-color: #64DDC5; }
a { background-color: rgb(100,221,197); }
div.DivClassName
{
background-color: #64DDC5;
}
.BgClassName
{
background-color: #64DDC5;
}
</style>
border-color css
<style>
span { border-color: #64DDC5; }
span { border-color: rgb(100,221,197); }
td.TdClassName
{
border-color: #64DDC5;
}
.TagClassName
{
border-color: #64DDC5;
}
</style>