Shades of Downy #59EEBF
Tints of Downy #59EEBF
RGB
CMYK
RGB Variations
Color information
#59EEBF (or 0x59EEBF) is known color: Downy. HEX triplet: 59, EE and BF. RGB value is (89,238,191). Sum of RGB (Red+Green+Blue) = 89+238+191=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EEBF is #A61140. Grayscale: #BCBCBC. Windows color (decimal): -10883393 or 12578393. OLE color: 12578393.
HSL color Cylindrical-coordinate representation of color #59EEBF: hue angle of 161.07º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EEBF is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 238 | 191 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.07 |
| HSL | 161.07º | 0.81% | 0.64% | - |
| HSV(B) | 161.07º | 0.63% | 0.93% | - |
| XYZ | 44.1 | 67.03 | 59.9 | - |
| YUV | 188.09 | 129.64 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 191 | 0.63 | 0 | 0.20 | 0.07 | 161.07 | 0.81 | 0.64 |
| Hex | 59 | EE | BF | 3F | 0 | 14 | 7 | A1 | 51 | 40 |
| Octal | 131 | 356 | 277 | 77 | 0 | 24 | 7 | 241 | 121 | 100 |
| Binary | 1011001 | 11101110 | 10111111 | 111111 | 0 | 10100 | 111 | 10100001 | 1010001 | 1000000 |
Color Harmonies of #59EEBF
Complementary color
Monochromatic Colors of #59EEBF
Black with #59EEBF
Text Example
Text Example
White with #59EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EEBF; }
p { color: rgb(89,238,191); }
H1.HeaderClassName
{
color: #59EEBF;
}
.AnyTagClassName
{
color: #59EEBF;
}
</style>
background-color css
<style>
a { background-color: #59EEBF; }
a { background-color: rgb(89,238,191); }
div.DivClassName
{
background-color: #59EEBF;
}
.BgClassName
{
background-color: #59EEBF;
}
</style>
border-color css
<style>
span { border-color: #59EEBF; }
span { border-color: rgb(89,238,191); }
td.TdClassName
{
border-color: #59EEBF;
}
.TagClassName
{
border-color: #59EEBF;
}
</style>