Shades of Downy #64E0D2
Tints of Downy #64E0D2
RGB
CMYK
RGB Variations
Color information
#64E0D2 (or 0x64E0D2) is known color: Downy. HEX triplet: 64, E0 and D2. RGB value is (100,224,210). Sum of RGB (Red+Green+Blue) = 100+224+210=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #64E0D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E0D2 is #9B1F2D. Grayscale: #B9B9B9. Windows color (decimal): -10166062 or 13820004. OLE color: 13820004.
HSL color Cylindrical-coordinate representation of color #64E0D2: hue angle of 173.23º 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 #64E0D2 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 210 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.12 |
| HSL | 173.23º | 0.67% | 0.64% | - |
| HSV(B) | 173.23º | 0.55% | 0.88% | - |
| XYZ | 43.54 | 60.67 | 70.39 | - |
| YUV | 185.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 210 | 0.55 | 0 | 0.06 | 0.12 | 173.23 | 0.67 | 0.64 |
| Hex | 64 | E0 | D2 | 37 | 0 | 6 | C | AD | 43 | 40 |
| Octal | 144 | 340 | 322 | 67 | 0 | 6 | 14 | 255 | 103 | 100 |
| Binary | 1100100 | 11100000 | 11010010 | 110111 | 0 | 110 | 1100 | 10101101 | 1000011 | 1000000 |
Color Harmonies of #64E0D2
Complementary color
Monochromatic Colors of #64E0D2
Black with #64E0D2
Text Example
Text Example
White with #64E0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E0D2; }
p { color: rgb(100,224,210); }
H1.HeaderClassName
{
color: #64E0D2;
}
.AnyTagClassName
{
color: #64E0D2;
}
</style>
background-color css
<style>
a { background-color: #64E0D2; }
a { background-color: rgb(100,224,210); }
div.DivClassName
{
background-color: #64E0D2;
}
.BgClassName
{
background-color: #64E0D2;
}
</style>
border-color css
<style>
span { border-color: #64E0D2; }
span { border-color: rgb(100,224,210); }
td.TdClassName
{
border-color: #64E0D2;
}
.TagClassName
{
border-color: #64E0D2;
}
</style>