Shades of Downy #59E7BD
Tints of Downy #59E7BD
RGB
CMYK
RGB Variations
Color information
#59E7BD (or 0x59E7BD) is known color: Downy. HEX triplet: 59, E7 and BD. RGB value is (89,231,189). Sum of RGB (Red+Green+Blue) = 89+231+189=509 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.49% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #59E7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E7BD is #A61842. Grayscale: #B7B7B7. Windows color (decimal): -10885187 or 12445529. OLE color: 12445529.
HSL color Cylindrical-coordinate representation of color #59E7BD: hue angle of 162.25º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E7BD is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 231 | 189 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.09 |
| HSL | 162.25º | 0.75% | 0.63% | - |
| HSV(B) | 162.25º | 0.61% | 0.91% | - |
| XYZ | 41.88 | 62.95 | 58.09 | - |
| YUV | 183.75 | 130.96 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 231 | 189 | 0.61 | 0 | 0.18 | 0.09 | 162.25 | 0.75 | 0.63 |
| Hex | 59 | E7 | BD | 3D | 0 | 12 | 9 | A2 | 4B | 3F |
| Octal | 131 | 347 | 275 | 75 | 0 | 22 | 11 | 242 | 113 | 77 |
| Binary | 1011001 | 11100111 | 10111101 | 111101 | 0 | 10010 | 1001 | 10100010 | 1001011 | 111111 |
Color Harmonies of #59E7BD
Complementary color
Monochromatic Colors of #59E7BD
Black with #59E7BD
Text Example
Text Example
White with #59E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E7BD; }
p { color: rgb(89,231,189); }
H1.HeaderClassName
{
color: #59E7BD;
}
.AnyTagClassName
{
color: #59E7BD;
}
</style>
background-color css
<style>
a { background-color: #59E7BD; }
a { background-color: rgb(89,231,189); }
div.DivClassName
{
background-color: #59E7BD;
}
.BgClassName
{
background-color: #59E7BD;
}
</style>
border-color css
<style>
span { border-color: #59E7BD; }
span { border-color: rgb(89,231,189); }
td.TdClassName
{
border-color: #59E7BD;
}
.TagClassName
{
border-color: #59E7BD;
}
</style>