Shades of Downy #64DEC5
Tints of Downy #64DEC5
RGB
CMYK
RGB Variations
Color information
#64DEC5 (or 0x64DEC5) is known color: Downy. HEX triplet: 64, DE and C5. RGB value is (100,222,197). Sum of RGB (Red+Green+Blue) = 100+222+197=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #64DEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DEC5 is #9B213A. Grayscale: #B6B6B6. Windows color (decimal): -10166587 or 12967524. OLE color: 12967524.
HSL color Cylindrical-coordinate representation of color #64DEC5: hue angle of 167.7º degrees, saturation: 0.65, 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 #64DEC5 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 222 | 197 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.13 |
| HSL | 167.7º | 0.65% | 0.63% | - |
| HSV(B) | 167.7º | 0.55% | 0.87% | - |
| XYZ | 41.45 | 58.98 | 62.02 | - |
| YUV | 182.67 | 136.08 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 222 | 197 | 0.55 | 0 | 0.11 | 0.13 | 167.7 | 0.65 | 0.63 |
| Hex | 64 | DE | C5 | 37 | 0 | B | D | A8 | 41 | 3F |
| Octal | 144 | 336 | 305 | 67 | 0 | 13 | 15 | 250 | 101 | 77 |
| Binary | 1100100 | 11011110 | 11000101 | 110111 | 0 | 1011 | 1101 | 10101000 | 1000001 | 111111 |
Color Harmonies of #64DEC5
Complementary color
Monochromatic Colors of #64DEC5
Black with #64DEC5
Text Example
Text Example
White with #64DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DEC5; }
p { color: rgb(100,222,197); }
H1.HeaderClassName
{
color: #64DEC5;
}
.AnyTagClassName
{
color: #64DEC5;
}
</style>
background-color css
<style>
a { background-color: #64DEC5; }
a { background-color: rgb(100,222,197); }
div.DivClassName
{
background-color: #64DEC5;
}
.BgClassName
{
background-color: #64DEC5;
}
</style>
border-color css
<style>
span { border-color: #64DEC5; }
span { border-color: rgb(100,222,197); }
td.TdClassName
{
border-color: #64DEC5;
}
.TagClassName
{
border-color: #64DEC5;
}
</style>