Shades of Downy #64E0CE
Tints of Downy #64E0CE
RGB
CMYK
RGB Variations
Color information
#64E0CE (or 0x64E0CE) is known color: Downy. HEX triplet: 64, E0 and CE. RGB value is (100,224,206). Sum of RGB (Red+Green+Blue) = 100+224+206=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #64E0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E0CE is #9B1F31. Grayscale: #B8B8B8. Windows color (decimal): -10166066 or 13557860. OLE color: 13557860.
HSL color Cylindrical-coordinate representation of color #64E0CE: hue angle of 171.29º 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 #64E0CE is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 206 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.12 |
| HSL | 171.29º | 0.67% | 0.64% | - |
| HSV(B) | 171.29º | 0.55% | 0.88% | - |
| XYZ | 43.05 | 60.48 | 67.8 | - |
| YUV | 184.87 | 139.92 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 206 | 0.55 | 0 | 0.08 | 0.12 | 171.29 | 0.67 | 0.64 |
| Hex | 64 | E0 | CE | 37 | 0 | 8 | C | AB | 43 | 40 |
| Octal | 144 | 340 | 316 | 67 | 0 | 10 | 14 | 253 | 103 | 100 |
| Binary | 1100100 | 11100000 | 11001110 | 110111 | 0 | 1000 | 1100 | 10101011 | 1000011 | 1000000 |
Color Harmonies of #64E0CE
Complementary color
Monochromatic Colors of #64E0CE
Black with #64E0CE
Text Example
Text Example
White with #64E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E0CE; }
p { color: rgb(100,224,206); }
H1.HeaderClassName
{
color: #64E0CE;
}
.AnyTagClassName
{
color: #64E0CE;
}
</style>
background-color css
<style>
a { background-color: #64E0CE; }
a { background-color: rgb(100,224,206); }
div.DivClassName
{
background-color: #64E0CE;
}
.BgClassName
{
background-color: #64E0CE;
}
</style>
border-color css
<style>
span { border-color: #64E0CE; }
span { border-color: rgb(100,224,206); }
td.TdClassName
{
border-color: #64E0CE;
}
.TagClassName
{
border-color: #64E0CE;
}
</style>