Shades of Downy #64D9C5
Tints of Downy #64D9C5
RGB
CMYK
RGB Variations
Color information
#64D9C5 (or 0x64D9C5) is known color: Downy. HEX triplet: 64, D9 and C5. RGB value is (100,217,197). Sum of RGB (Red+Green+Blue) = 100+217+197=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #64D9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D9C5 is #9B263A. Grayscale: #B3B3B3. Windows color (decimal): -10167867 or 12966244. OLE color: 12966244.
HSL color Cylindrical-coordinate representation of color #64D9C5: hue angle of 169.74º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D9C5 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 197 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.15 |
| HSL | 169.74º | 0.61% | 0.62% | - |
| HSV(B) | 169.74º | 0.54% | 0.85% | - |
| XYZ | 40.15 | 56.37 | 61.59 | - |
| YUV | 179.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 197 | 0.54 | 0 | 0.09 | 0.15 | 169.74 | 0.61 | 0.62 |
| Hex | 64 | D9 | C5 | 36 | 0 | 9 | F | AA | 3D | 3E |
| Octal | 144 | 331 | 305 | 66 | 0 | 11 | 17 | 252 | 75 | 76 |
| Binary | 1100100 | 11011001 | 11000101 | 110110 | 0 | 1001 | 1111 | 10101010 | 111101 | 111110 |
Color Harmonies of #64D9C5
Complementary color
Monochromatic Colors of #64D9C5
Black with #64D9C5
Text Example
Text Example
White with #64D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D9C5; }
p { color: rgb(100,217,197); }
H1.HeaderClassName
{
color: #64D9C5;
}
.AnyTagClassName
{
color: #64D9C5;
}
</style>
background-color css
<style>
a { background-color: #64D9C5; }
a { background-color: rgb(100,217,197); }
div.DivClassName
{
background-color: #64D9C5;
}
.BgClassName
{
background-color: #64D9C5;
}
</style>
border-color css
<style>
span { border-color: #64D9C5; }
span { border-color: rgb(100,217,197); }
td.TdClassName
{
border-color: #64D9C5;
}
.TagClassName
{
border-color: #64D9C5;
}
</style>