Shades of Downy #59E0BA
Tints of Downy #59E0BA
RGB
CMYK
RGB Variations
Color information
#59E0BA (or 0x59E0BA) is known color: Downy. HEX triplet: 59, E0 and BA. RGB value is (89,224,186). Sum of RGB (Red+Green+Blue) = 89+224+186=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #59E0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E0BA is #A61F45. Grayscale: #B3B3B3. Windows color (decimal): -10886982 or 12247129. OLE color: 12247129.
HSL color Cylindrical-coordinate representation of color #59E0BA: hue angle of 163.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59E0BA is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 224 | 186 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.12 |
| HSL | 163.11º | 0.69% | 0.61% | - |
| HSV(B) | 163.11º | 0.6% | 0.88% | - |
| XYZ | 39.64 | 58.98 | 55.75 | - |
| YUV | 179.3 | 131.77 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 224 | 186 | 0.60 | 0 | 0.17 | 0.12 | 163.11 | 0.69 | 0.61 |
| Hex | 59 | E0 | BA | 3C | 0 | 11 | C | A3 | 45 | 3D |
| Octal | 131 | 340 | 272 | 74 | 0 | 21 | 14 | 243 | 105 | 75 |
| Binary | 1011001 | 11100000 | 10111010 | 111100 | 0 | 10001 | 1100 | 10100011 | 1000101 | 111101 |
Color Harmonies of #59E0BA
Complementary color
Monochromatic Colors of #59E0BA
Black with #59E0BA
Text Example
Text Example
White with #59E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E0BA; }
p { color: rgb(89,224,186); }
H1.HeaderClassName
{
color: #59E0BA;
}
.AnyTagClassName
{
color: #59E0BA;
}
</style>
background-color css
<style>
a { background-color: #59E0BA; }
a { background-color: rgb(89,224,186); }
div.DivClassName
{
background-color: #59E0BA;
}
.BgClassName
{
background-color: #59E0BA;
}
</style>
border-color css
<style>
span { border-color: #59E0BA; }
span { border-color: rgb(89,224,186); }
td.TdClassName
{
border-color: #59E0BA;
}
.TagClassName
{
border-color: #59E0BA;
}
</style>