Shades of Downy #59ECBB
Tints of Downy #59ECBB
RGB
CMYK
RGB Variations
Color information
#59ECBB (or 0x59ECBB) is known color: Downy. HEX triplet: 59, EC and BB. RGB value is (89,236,187). Sum of RGB (Red+Green+Blue) = 89+236+187=512 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.38% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECBB is #A61344. Grayscale: #BABABA. Windows color (decimal): -10883909 or 12315737. OLE color: 12315737.
HSL color Cylindrical-coordinate representation of color #59ECBB: hue angle of 160º 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 #59ECBB is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 236 | 187 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.07 |
| HSL | 160º | 0.79% | 0.64% | - |
| HSV(B) | 160º | 0.62% | 0.93% | - |
| XYZ | 43.08 | 65.7 | 57.42 | - |
| YUV | 186.46 | 128.3 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 187 | 0.62 | 0 | 0.21 | 0.07 | 160 | 0.79 | 0.64 |
| Hex | 59 | EC | BB | 3E | 0 | 15 | 7 | A0 | 4F | 40 |
| Octal | 131 | 354 | 273 | 76 | 0 | 25 | 7 | 240 | 117 | 100 |
| Binary | 1011001 | 11101100 | 10111011 | 111110 | 0 | 10101 | 111 | 10100000 | 1001111 | 1000000 |
Color Harmonies of #59ECBB
Complementary color
Monochromatic Colors of #59ECBB
Black with #59ECBB
Text Example
Text Example
White with #59ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECBB; }
p { color: rgb(89,236,187); }
H1.HeaderClassName
{
color: #59ECBB;
}
.AnyTagClassName
{
color: #59ECBB;
}
</style>
background-color css
<style>
a { background-color: #59ECBB; }
a { background-color: rgb(89,236,187); }
div.DivClassName
{
background-color: #59ECBB;
}
.BgClassName
{
background-color: #59ECBB;
}
</style>
border-color css
<style>
span { border-color: #59ECBB; }
span { border-color: rgb(89,236,187); }
td.TdClassName
{
border-color: #59ECBB;
}
.TagClassName
{
border-color: #59ECBB;
}
</style>