Shades of Downy #64E1C5
Tints of Downy #64E1C5
RGB
CMYK
RGB Variations
Color information
#64E1C5 (or 0x64E1C5) is known color: Downy. HEX triplet: 64, E1 and C5. RGB value is (100,225,197). Sum of RGB (Red+Green+Blue) = 100+225+197=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #64E1C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E1C5 is #9B1E3A. Grayscale: #B8B8B8. Windows color (decimal): -10165819 or 12968292. OLE color: 12968292.
HSL color Cylindrical-coordinate representation of color #64E1C5: hue angle of 166.56º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E1C5 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 197 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.12 |
| HSL | 166.56º | 0.68% | 0.64% | - |
| HSV(B) | 166.56º | 0.56% | 0.88% | - |
| XYZ | 42.26 | 60.59 | 62.29 | - |
| YUV | 184.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 197 | 0.56 | 0 | 0.12 | 0.12 | 166.56 | 0.68 | 0.64 |
| Hex | 64 | E1 | C5 | 38 | 0 | C | C | A7 | 44 | 40 |
| Octal | 144 | 341 | 305 | 70 | 0 | 14 | 14 | 247 | 104 | 100 |
| Binary | 1100100 | 11100001 | 11000101 | 111000 | 0 | 1100 | 1100 | 10100111 | 1000100 | 1000000 |
Color Harmonies of #64E1C5
Complementary color
Monochromatic Colors of #64E1C5
Black with #64E1C5
Text Example
Text Example
White with #64E1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E1C5; }
p { color: rgb(100,225,197); }
H1.HeaderClassName
{
color: #64E1C5;
}
.AnyTagClassName
{
color: #64E1C5;
}
</style>
background-color css
<style>
a { background-color: #64E1C5; }
a { background-color: rgb(100,225,197); }
div.DivClassName
{
background-color: #64E1C5;
}
.BgClassName
{
background-color: #64E1C5;
}
</style>
border-color css
<style>
span { border-color: #64E1C5; }
span { border-color: rgb(100,225,197); }
td.TdClassName
{
border-color: #64E1C5;
}
.TagClassName
{
border-color: #64E1C5;
}
</style>