Shades of Downy #64E5CA
Tints of Downy #64E5CA
RGB
CMYK
RGB Variations
Color information
#64E5CA (or 0x64E5CA) is known color: Downy. HEX triplet: 64, E5 and CA. RGB value is (100,229,202). Sum of RGB (Red+Green+Blue) = 100+229+202=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #64E5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E5CA is #9B1A35. Grayscale: #BBBBBB. Windows color (decimal): -10164790 or 13296996. OLE color: 13296996.
HSL color Cylindrical-coordinate representation of color #64E5CA: hue angle of 167.44º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E5CA is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 229 | 202 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.10 |
| HSL | 167.44º | 0.71% | 0.65% | - |
| HSV(B) | 167.44º | 0.56% | 0.9% | - |
| XYZ | 43.94 | 63.01 | 65.72 | - |
| YUV | 187.35 | 136.26 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 229 | 202 | 0.56 | 0 | 0.12 | 0.10 | 167.44 | 0.71 | 0.65 |
| Hex | 64 | E5 | CA | 38 | 0 | C | A | A7 | 47 | 41 |
| Octal | 144 | 345 | 312 | 70 | 0 | 14 | 12 | 247 | 107 | 101 |
| Binary | 1100100 | 11100101 | 11001010 | 111000 | 0 | 1100 | 1010 | 10100111 | 1000111 | 1000001 |
Color Harmonies of #64E5CA
Complementary color
Monochromatic Colors of #64E5CA
Black with #64E5CA
Text Example
Text Example
White with #64E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E5CA; }
p { color: rgb(100,229,202); }
H1.HeaderClassName
{
color: #64E5CA;
}
.AnyTagClassName
{
color: #64E5CA;
}
</style>
background-color css
<style>
a { background-color: #64E5CA; }
a { background-color: rgb(100,229,202); }
div.DivClassName
{
background-color: #64E5CA;
}
.BgClassName
{
background-color: #64E5CA;
}
</style>
border-color css
<style>
span { border-color: #64E5CA; }
span { border-color: rgb(100,229,202); }
td.TdClassName
{
border-color: #64E5CA;
}
.TagClassName
{
border-color: #64E5CA;
}
</style>