Shades of Downy #59E4BA
Tints of Downy #59E4BA
RGB
CMYK
RGB Variations
Color information
#59E4BA (or 0x59E4BA) is known color: Downy. HEX triplet: 59, E4 and BA. RGB value is (89,228,186). Sum of RGB (Red+Green+Blue) = 89+228+186=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #59E4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E4BA is #A61B45. Grayscale: #B5B5B5. Windows color (decimal): -10885958 or 12248153. OLE color: 12248153.
HSL color Cylindrical-coordinate representation of color #59E4BA: hue angle of 161.87º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E4BA is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 228 | 186 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.11 |
| HSL | 161.87º | 0.72% | 0.62% | - |
| HSV(B) | 161.87º | 0.61% | 0.89% | - |
| XYZ | 40.73 | 61.16 | 56.11 | - |
| YUV | 181.65 | 130.45 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 228 | 186 | 0.61 | 0 | 0.18 | 0.11 | 161.87 | 0.72 | 0.62 |
| Hex | 59 | E4 | BA | 3D | 0 | 12 | B | A2 | 48 | 3E |
| Octal | 131 | 344 | 272 | 75 | 0 | 22 | 13 | 242 | 110 | 76 |
| Binary | 1011001 | 11100100 | 10111010 | 111101 | 0 | 10010 | 1011 | 10100010 | 1001000 | 111110 |
Color Harmonies of #59E4BA
Complementary color
Monochromatic Colors of #59E4BA
Black with #59E4BA
Text Example
Text Example
White with #59E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E4BA; }
p { color: rgb(89,228,186); }
H1.HeaderClassName
{
color: #59E4BA;
}
.AnyTagClassName
{
color: #59E4BA;
}
</style>
background-color css
<style>
a { background-color: #59E4BA; }
a { background-color: rgb(89,228,186); }
div.DivClassName
{
background-color: #59E4BA;
}
.BgClassName
{
background-color: #59E4BA;
}
</style>
border-color css
<style>
span { border-color: #59E4BA; }
span { border-color: rgb(89,228,186); }
td.TdClassName
{
border-color: #59E4BA;
}
.TagClassName
{
border-color: #59E4BA;
}
</style>