Shades of Downy #64E0CA
Tints of Downy #64E0CA
RGB
CMYK
RGB Variations
Color information
#64E0CA (or 0x64E0CA) is known color: Downy. HEX triplet: 64, E0 and CA. RGB value is (100,224,202). Sum of RGB (Red+Green+Blue) = 100+224+202=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #64E0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E0CA is #9B1F35. Grayscale: #B8B8B8. Windows color (decimal): -10166070 or 13295716. OLE color: 13295716.
HSL color Cylindrical-coordinate representation of color #64E0CA: hue angle of 169.35º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E0CA is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 202 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.12 |
| HSL | 169.35º | 0.67% | 0.64% | - |
| HSV(B) | 169.35º | 0.55% | 0.88% | - |
| XYZ | 42.57 | 60.28 | 65.27 | - |
| YUV | 184.42 | 137.92 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 202 | 0.55 | 0 | 0.10 | 0.12 | 169.35 | 0.67 | 0.64 |
| Hex | 64 | E0 | CA | 37 | 0 | A | C | A9 | 43 | 40 |
| Octal | 144 | 340 | 312 | 67 | 0 | 12 | 14 | 251 | 103 | 100 |
| Binary | 1100100 | 11100000 | 11001010 | 110111 | 0 | 1010 | 1100 | 10101001 | 1000011 | 1000000 |
Color Harmonies of #64E0CA
Complementary color
Monochromatic Colors of #64E0CA
Black with #64E0CA
Text Example
Text Example
White with #64E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E0CA; }
p { color: rgb(100,224,202); }
H1.HeaderClassName
{
color: #64E0CA;
}
.AnyTagClassName
{
color: #64E0CA;
}
</style>
background-color css
<style>
a { background-color: #64E0CA; }
a { background-color: rgb(100,224,202); }
div.DivClassName
{
background-color: #64E0CA;
}
.BgClassName
{
background-color: #64E0CA;
}
</style>
border-color css
<style>
span { border-color: #64E0CA; }
span { border-color: rgb(100,224,202); }
td.TdClassName
{
border-color: #64E0CA;
}
.TagClassName
{
border-color: #64E0CA;
}
</style>