Shades of Downy #59E9BA
Tints of Downy #59E9BA
RGB
CMYK
RGB Variations
Color information
#59E9BA (or 0x59E9BA) is known color: Downy. HEX triplet: 59, E9 and BA. RGB value is (89,233,186). Sum of RGB (Red+Green+Blue) = 89+233+186=508 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.52% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #59E9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E9BA is #A61645. Grayscale: #B8B8B8. Windows color (decimal): -10884678 or 12249433. OLE color: 12249433.
HSL color Cylindrical-coordinate representation of color #59E9BA: hue angle of 160.42º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59E9BA is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 233 | 186 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.09 |
| HSL | 160.42º | 0.77% | 0.63% | - |
| HSV(B) | 160.42º | 0.62% | 0.91% | - |
| XYZ | 42.12 | 63.95 | 56.58 | - |
| YUV | 184.59 | 128.79 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 233 | 186 | 0.62 | 0 | 0.20 | 0.09 | 160.42 | 0.77 | 0.63 |
| Hex | 59 | E9 | BA | 3E | 0 | 14 | 9 | A0 | 4D | 3F |
| Octal | 131 | 351 | 272 | 76 | 0 | 24 | 11 | 240 | 115 | 77 |
| Binary | 1011001 | 11101001 | 10111010 | 111110 | 0 | 10100 | 1001 | 10100000 | 1001101 | 111111 |
Color Harmonies of #59E9BA
Complementary color
Monochromatic Colors of #59E9BA
Black with #59E9BA
Text Example
Text Example
White with #59E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E9BA; }
p { color: rgb(89,233,186); }
H1.HeaderClassName
{
color: #59E9BA;
}
.AnyTagClassName
{
color: #59E9BA;
}
</style>
background-color css
<style>
a { background-color: #59E9BA; }
a { background-color: rgb(89,233,186); }
div.DivClassName
{
background-color: #59E9BA;
}
.BgClassName
{
background-color: #59E9BA;
}
</style>
border-color css
<style>
span { border-color: #59E9BA; }
span { border-color: rgb(89,233,186); }
td.TdClassName
{
border-color: #59E9BA;
}
.TagClassName
{
border-color: #59E9BA;
}
</style>