Shades of Downy #64E2C8
Tints of Downy #64E2C8
RGB
CMYK
RGB Variations
Color information
#64E2C8 (or 0x64E2C8) is known color: Downy. HEX triplet: 64, E2 and C8. RGB value is (100,226,200). Sum of RGB (Red+Green+Blue) = 100+226+200=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #64E2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E2C8 is #9B1D37. Grayscale: #B9B9B9. Windows color (decimal): -10165560 or 13165156. OLE color: 13165156.
HSL color Cylindrical-coordinate representation of color #64E2C8: hue angle of 167.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E2C8 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 200 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.11 |
| HSL | 167.62º | 0.68% | 0.64% | - |
| HSV(B) | 167.62º | 0.56% | 0.89% | - |
| XYZ | 42.88 | 61.27 | 64.21 | - |
| YUV | 185.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 200 | 0.56 | 0 | 0.12 | 0.11 | 167.62 | 0.68 | 0.64 |
| Hex | 64 | E2 | C8 | 38 | 0 | C | B | A8 | 44 | 40 |
| Octal | 144 | 342 | 310 | 70 | 0 | 14 | 13 | 250 | 104 | 100 |
| Binary | 1100100 | 11100010 | 11001000 | 111000 | 0 | 1100 | 1011 | 10101000 | 1000100 | 1000000 |
Color Harmonies of #64E2C8
Complementary color
Monochromatic Colors of #64E2C8
Black with #64E2C8
Text Example
Text Example
White with #64E2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E2C8; }
p { color: rgb(100,226,200); }
H1.HeaderClassName
{
color: #64E2C8;
}
.AnyTagClassName
{
color: #64E2C8;
}
</style>
background-color css
<style>
a { background-color: #64E2C8; }
a { background-color: rgb(100,226,200); }
div.DivClassName
{
background-color: #64E2C8;
}
.BgClassName
{
background-color: #64E2C8;
}
</style>
border-color css
<style>
span { border-color: #64E2C8; }
span { border-color: rgb(100,226,200); }
td.TdClassName
{
border-color: #64E2C8;
}
.TagClassName
{
border-color: #64E2C8;
}
</style>