Shades of Downy #59E7C0
Tints of Downy #59E7C0
RGB
CMYK
RGB Variations
Color information
#59E7C0 (or 0x59E7C0) is known color: Downy. HEX triplet: 59, E7 and C0. RGB value is (89,231,192). Sum of RGB (Red+Green+Blue) = 89+231+192=512 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.38% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #59E7C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E7C0 is #A6183F. Grayscale: #B8B8B8. Windows color (decimal): -10885184 or 12642137. OLE color: 12642137.
HSL color Cylindrical-coordinate representation of color #59E7C0: hue angle of 163.52º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E7C0 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 231 | 192 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.09 |
| HSL | 163.52º | 0.75% | 0.63% | - |
| HSV(B) | 163.52º | 0.61% | 0.91% | - |
| XYZ | 42.21 | 63.08 | 59.82 | - |
| YUV | 184.1 | 132.46 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 231 | 192 | 0.61 | 0 | 0.17 | 0.09 | 163.52 | 0.75 | 0.63 |
| Hex | 59 | E7 | C0 | 3D | 0 | 11 | 9 | A4 | 4B | 3F |
| Octal | 131 | 347 | 300 | 75 | 0 | 21 | 11 | 244 | 113 | 77 |
| Binary | 1011001 | 11100111 | 11000000 | 111101 | 0 | 10001 | 1001 | 10100100 | 1001011 | 111111 |
Color Harmonies of #59E7C0
Complementary color
Monochromatic Colors of #59E7C0
Black with #59E7C0
Text Example
Text Example
White with #59E7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E7C0; }
p { color: rgb(89,231,192); }
H1.HeaderClassName
{
color: #59E7C0;
}
.AnyTagClassName
{
color: #59E7C0;
}
</style>
background-color css
<style>
a { background-color: #59E7C0; }
a { background-color: rgb(89,231,192); }
div.DivClassName
{
background-color: #59E7C0;
}
.BgClassName
{
background-color: #59E7C0;
}
</style>
border-color css
<style>
span { border-color: #59E7C0; }
span { border-color: rgb(89,231,192); }
td.TdClassName
{
border-color: #59E7C0;
}
.TagClassName
{
border-color: #59E7C0;
}
</style>