Shades of Downy #59E1BB
Tints of Downy #59E1BB
RGB
CMYK
RGB Variations
Color information
#59E1BB (or 0x59E1BB) is known color: Downy. HEX triplet: 59, E1 and BB. RGB value is (89,225,187). Sum of RGB (Red+Green+Blue) = 89+225+187=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #59E1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E1BB is #A61E44. Grayscale: #B4B4B4. Windows color (decimal): -10886725 or 12312921. OLE color: 12312921.
HSL color Cylindrical-coordinate representation of color #59E1BB: hue angle of 163.24º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59E1BB is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 225 | 187 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.12 |
| HSL | 163.24º | 0.69% | 0.62% | - |
| HSV(B) | 163.24º | 0.6% | 0.88% | - |
| XYZ | 40.01 | 59.56 | 56.4 | - |
| YUV | 180 | 131.94 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 225 | 187 | 0.60 | 0 | 0.17 | 0.12 | 163.24 | 0.69 | 0.62 |
| Hex | 59 | E1 | BB | 3C | 0 | 11 | C | A3 | 45 | 3E |
| Octal | 131 | 341 | 273 | 74 | 0 | 21 | 14 | 243 | 105 | 76 |
| Binary | 1011001 | 11100001 | 10111011 | 111100 | 0 | 10001 | 1100 | 10100011 | 1000101 | 111110 |
Color Harmonies of #59E1BB
Complementary color
Monochromatic Colors of #59E1BB
Black with #59E1BB
Text Example
Text Example
White with #59E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E1BB; }
p { color: rgb(89,225,187); }
H1.HeaderClassName
{
color: #59E1BB;
}
.AnyTagClassName
{
color: #59E1BB;
}
</style>
background-color css
<style>
a { background-color: #59E1BB; }
a { background-color: rgb(89,225,187); }
div.DivClassName
{
background-color: #59E1BB;
}
.BgClassName
{
background-color: #59E1BB;
}
</style>
border-color css
<style>
span { border-color: #59E1BB; }
span { border-color: rgb(89,225,187); }
td.TdClassName
{
border-color: #59E1BB;
}
.TagClassName
{
border-color: #59E1BB;
}
</style>