Shades of Downy #59ECBE
Tints of Downy #59ECBE
RGB
CMYK
RGB Variations
Color information
#59ECBE (or 0x59ECBE) is known color: Downy. HEX triplet: 59, EC and BE. RGB value is (89,236,190). Sum of RGB (Red+Green+Blue) = 89+236+190=515 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.28% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECBE is #A61341. Grayscale: #BABABA. Windows color (decimal): -10883906 or 12512345. OLE color: 12512345.
HSL color Cylindrical-coordinate representation of color #59ECBE: hue angle of 161.22º 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 #59ECBE is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 236 | 190 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.07 |
| HSL | 161.22º | 0.79% | 0.64% | - |
| HSV(B) | 161.22º | 0.62% | 0.93% | - |
| XYZ | 43.41 | 65.83 | 59.13 | - |
| YUV | 186.8 | 129.8 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 190 | 0.62 | 0 | 0.19 | 0.07 | 161.22 | 0.79 | 0.64 |
| Hex | 59 | EC | BE | 3E | 0 | 13 | 7 | A1 | 4F | 40 |
| Octal | 131 | 354 | 276 | 76 | 0 | 23 | 7 | 241 | 117 | 100 |
| Binary | 1011001 | 11101100 | 10111110 | 111110 | 0 | 10011 | 111 | 10100001 | 1001111 | 1000000 |
Color Harmonies of #59ECBE
Complementary color
Monochromatic Colors of #59ECBE
Black with #59ECBE
Text Example
Text Example
White with #59ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECBE; }
p { color: rgb(89,236,190); }
H1.HeaderClassName
{
color: #59ECBE;
}
.AnyTagClassName
{
color: #59ECBE;
}
</style>
background-color css
<style>
a { background-color: #59ECBE; }
a { background-color: rgb(89,236,190); }
div.DivClassName
{
background-color: #59ECBE;
}
.BgClassName
{
background-color: #59ECBE;
}
</style>
border-color css
<style>
span { border-color: #59ECBE; }
span { border-color: rgb(89,236,190); }
td.TdClassName
{
border-color: #59ECBE;
}
.TagClassName
{
border-color: #59ECBE;
}
</style>