Shades of Downy #59ECBF
Tints of Downy #59ECBF
RGB
CMYK
RGB Variations
Color information
#59ECBF (or 0x59ECBF) is known color: Downy. HEX triplet: 59, EC and BF. RGB value is (89,236,191). Sum of RGB (Red+Green+Blue) = 89+236+191=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECBF is #A61340. Grayscale: #BABABA. Windows color (decimal): -10883905 or 12577881. OLE color: 12577881.
HSL color Cylindrical-coordinate representation of color #59ECBF: hue angle of 161.63º 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 #59ECBF is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 236 | 191 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.07 |
| HSL | 161.63º | 0.79% | 0.64% | - |
| HSV(B) | 161.63º | 0.62% | 0.93% | - |
| XYZ | 43.52 | 65.88 | 59.71 | - |
| YUV | 186.92 | 130.3 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 191 | 0.62 | 0 | 0.19 | 0.07 | 161.63 | 0.79 | 0.64 |
| Hex | 59 | EC | BF | 3E | 0 | 13 | 7 | A2 | 4F | 40 |
| Octal | 131 | 354 | 277 | 76 | 0 | 23 | 7 | 242 | 117 | 100 |
| Binary | 1011001 | 11101100 | 10111111 | 111110 | 0 | 10011 | 111 | 10100010 | 1001111 | 1000000 |
Color Harmonies of #59ECBF
Complementary color
Monochromatic Colors of #59ECBF
Black with #59ECBF
Text Example
Text Example
White with #59ECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECBF; }
p { color: rgb(89,236,191); }
H1.HeaderClassName
{
color: #59ECBF;
}
.AnyTagClassName
{
color: #59ECBF;
}
</style>
background-color css
<style>
a { background-color: #59ECBF; }
a { background-color: rgb(89,236,191); }
div.DivClassName
{
background-color: #59ECBF;
}
.BgClassName
{
background-color: #59ECBF;
}
</style>
border-color css
<style>
span { border-color: #59ECBF; }
span { border-color: rgb(89,236,191); }
td.TdClassName
{
border-color: #59ECBF;
}
.TagClassName
{
border-color: #59ECBF;
}
</style>