Shades of Downy #59ECB9
Tints of Downy #59ECB9
RGB
CMYK
RGB Variations
Color information
#59ECB9 (or 0x59ECB9) is known color: Downy. HEX triplet: 59, EC and B9. RGB value is (89,236,185). Sum of RGB (Red+Green+Blue) = 89+236+185=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECB9 is #A61346. Grayscale: #BABABA. Windows color (decimal): -10883911 or 12184665. OLE color: 12184665.
HSL color Cylindrical-coordinate representation of color #59ECB9: hue angle of 159.18º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59ECB9 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 236 | 185 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.07 |
| HSL | 159.18º | 0.79% | 0.64% | - |
| HSV(B) | 159.18º | 0.62% | 0.93% | - |
| XYZ | 42.87 | 65.62 | 56.3 | - |
| YUV | 186.23 | 127.3 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 185 | 0.62 | 0 | 0.22 | 0.07 | 159.18 | 0.79 | 0.64 |
| Hex | 59 | EC | B9 | 3E | 0 | 16 | 7 | 9F | 4F | 40 |
| Octal | 131 | 354 | 271 | 76 | 0 | 26 | 7 | 237 | 117 | 100 |
| Binary | 1011001 | 11101100 | 10111001 | 111110 | 0 | 10110 | 111 | 10011111 | 1001111 | 1000000 |
Color Harmonies of #59ECB9
Complementary color
Monochromatic Colors of #59ECB9
Black with #59ECB9
Text Example
Text Example
White with #59ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECB9; }
p { color: rgb(89,236,185); }
H1.HeaderClassName
{
color: #59ECB9;
}
.AnyTagClassName
{
color: #59ECB9;
}
</style>
background-color css
<style>
a { background-color: #59ECB9; }
a { background-color: rgb(89,236,185); }
div.DivClassName
{
background-color: #59ECB9;
}
.BgClassName
{
background-color: #59ECB9;
}
</style>
border-color css
<style>
span { border-color: #59ECB9; }
span { border-color: rgb(89,236,185); }
td.TdClassName
{
border-color: #59ECB9;
}
.TagClassName
{
border-color: #59ECB9;
}
</style>