Shades of Downy #59EEBB
Tints of Downy #59EEBB
RGB
CMYK
RGB Variations
Color information
#59EEBB (or 0x59EEBB) is known color: Downy. HEX triplet: 59, EE and BB. RGB value is (89,238,187). Sum of RGB (Red+Green+Blue) = 89+238+187=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EEBB is #A61144. Grayscale: #BBBBBB. Windows color (decimal): -10883397 or 12316249. OLE color: 12316249.
HSL color Cylindrical-coordinate representation of color #59EEBB: hue angle of 159.46º 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 #59EEBB is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 238 | 187 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.07 |
| HSL | 159.46º | 0.81% | 0.64% | - |
| HSV(B) | 159.46º | 0.63% | 0.93% | - |
| XYZ | 43.66 | 66.86 | 57.62 | - |
| YUV | 187.64 | 127.64 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 187 | 0.63 | 0 | 0.21 | 0.07 | 159.46 | 0.81 | 0.64 |
| Hex | 59 | EE | BB | 3F | 0 | 15 | 7 | 9F | 51 | 40 |
| Octal | 131 | 356 | 273 | 77 | 0 | 25 | 7 | 237 | 121 | 100 |
| Binary | 1011001 | 11101110 | 10111011 | 111111 | 0 | 10101 | 111 | 10011111 | 1010001 | 1000000 |
Color Harmonies of #59EEBB
Complementary color
Monochromatic Colors of #59EEBB
Black with #59EEBB
Text Example
Text Example
White with #59EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EEBB; }
p { color: rgb(89,238,187); }
H1.HeaderClassName
{
color: #59EEBB;
}
.AnyTagClassName
{
color: #59EEBB;
}
</style>
background-color css
<style>
a { background-color: #59EEBB; }
a { background-color: rgb(89,238,187); }
div.DivClassName
{
background-color: #59EEBB;
}
.BgClassName
{
background-color: #59EEBB;
}
</style>
border-color css
<style>
span { border-color: #59EEBB; }
span { border-color: rgb(89,238,187); }
td.TdClassName
{
border-color: #59EEBB;
}
.TagClassName
{
border-color: #59EEBB;
}
</style>