Shades of Downy #64D5C5
Tints of Downy #64D5C5
RGB
CMYK
RGB Variations
Color information
#64D5C5 (or 0x64D5C5) is known color: Downy. HEX triplet: 64, D5 and C5. RGB value is (100,213,197). Sum of RGB (Red+Green+Blue) = 100+213+197=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #64D5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D5C5 is #9B2A3A. Grayscale: #B1B1B1. Windows color (decimal): -10168891 or 12965220. OLE color: 12965220.
HSL color Cylindrical-coordinate representation of color #64D5C5: hue angle of 171.5º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D5C5 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 197 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.16 |
| HSL | 171.5º | 0.57% | 0.61% | - |
| HSV(B) | 171.5º | 0.53% | 0.84% | - |
| XYZ | 39.13 | 54.33 | 61.25 | - |
| YUV | 177.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 197 | 0.53 | 0 | 0.08 | 0.16 | 171.5 | 0.57 | 0.61 |
| Hex | 64 | D5 | C5 | 35 | 0 | 8 | 10 | AC | 39 | 3D |
| Octal | 144 | 325 | 305 | 65 | 0 | 10 | 20 | 254 | 71 | 75 |
| Binary | 1100100 | 11010101 | 11000101 | 110101 | 0 | 1000 | 10000 | 10101100 | 111001 | 111101 |
Color Harmonies of #64D5C5
Complementary color
Monochromatic Colors of #64D5C5
Black with #64D5C5
Text Example
Text Example
White with #64D5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D5C5; }
p { color: rgb(100,213,197); }
H1.HeaderClassName
{
color: #64D5C5;
}
.AnyTagClassName
{
color: #64D5C5;
}
</style>
background-color css
<style>
a { background-color: #64D5C5; }
a { background-color: rgb(100,213,197); }
div.DivClassName
{
background-color: #64D5C5;
}
.BgClassName
{
background-color: #64D5C5;
}
</style>
border-color css
<style>
span { border-color: #64D5C5; }
span { border-color: rgb(100,213,197); }
td.TdClassName
{
border-color: #64D5C5;
}
.TagClassName
{
border-color: #64D5C5;
}
</style>