Shades of Downy #64EBC0
Tints of Downy #64EBC0
RGB
CMYK
RGB Variations
Color information
#64EBC0 (or 0x64EBC0) is known color: Downy. HEX triplet: 64, EB and C0. RGB value is (100,235,192). Sum of RGB (Red+Green+Blue) = 100+235+192=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBC0 is #9B143F. Grayscale: #BDBDBD. Windows color (decimal): -10163264 or 12643172. OLE color: 12643172.
HSL color Cylindrical-coordinate representation of color #64EBC0: hue angle of 160.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBC0 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 235 | 192 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.08 |
| HSL | 160.89º | 0.77% | 0.66% | - |
| HSV(B) | 160.89º | 0.57% | 0.92% | - |
| XYZ | 44.48 | 65.93 | 60.25 | - |
| YUV | 189.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 192 | 0.57 | 0 | 0.18 | 0.08 | 160.89 | 0.77 | 0.66 |
| Hex | 64 | EB | C0 | 39 | 0 | 12 | 8 | A1 | 4D | 42 |
| Octal | 144 | 353 | 300 | 71 | 0 | 22 | 10 | 241 | 115 | 102 |
| Binary | 1100100 | 11101011 | 11000000 | 111001 | 0 | 10010 | 1000 | 10100001 | 1001101 | 1000010 |
Color Harmonies of #64EBC0
Complementary color
Monochromatic Colors of #64EBC0
Black with #64EBC0
Text Example
Text Example
White with #64EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBC0; }
p { color: rgb(100,235,192); }
H1.HeaderClassName
{
color: #64EBC0;
}
.AnyTagClassName
{
color: #64EBC0;
}
</style>
background-color css
<style>
a { background-color: #64EBC0; }
a { background-color: rgb(100,235,192); }
div.DivClassName
{
background-color: #64EBC0;
}
.BgClassName
{
background-color: #64EBC0;
}
</style>
border-color css
<style>
span { border-color: #64EBC0; }
span { border-color: rgb(100,235,192); }
td.TdClassName
{
border-color: #64EBC0;
}
.TagClassName
{
border-color: #64EBC0;
}
</style>