Shades of Downy #59D7BA
Tints of Downy #59D7BA
RGB
CMYK
RGB Variations
Color information
#59D7BA (or 0x59D7BA) is known color: Downy. HEX triplet: 59, D7 and BA. RGB value is (89,215,186). Sum of RGB (Red+Green+Blue) = 89+215+186=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #59D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D7BA is #A62845. Grayscale: #AEAEAE. Windows color (decimal): -10889286 or 12244825. OLE color: 12244825.
HSL color Cylindrical-coordinate representation of color #59D7BA: hue angle of 166.19º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59D7BA is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 215 | 186 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.16 |
| HSL | 166.19º | 0.61% | 0.6% | - |
| HSV(B) | 166.19º | 0.59% | 0.84% | - |
| XYZ | 37.28 | 54.27 | 54.96 | - |
| YUV | 174.02 | 134.76 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 215 | 186 | 0.59 | 0 | 0.13 | 0.16 | 166.19 | 0.61 | 0.6 |
| Hex | 59 | D7 | BA | 3B | 0 | D | 10 | A6 | 3D | 3C |
| Octal | 131 | 327 | 272 | 73 | 0 | 15 | 20 | 246 | 75 | 74 |
| Binary | 1011001 | 11010111 | 10111010 | 111011 | 0 | 1101 | 10000 | 10100110 | 111101 | 111100 |
Color Harmonies of #59D7BA
Complementary color
Monochromatic Colors of #59D7BA
Black with #59D7BA
Text Example
Text Example
White with #59D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D7BA; }
p { color: rgb(89,215,186); }
H1.HeaderClassName
{
color: #59D7BA;
}
.AnyTagClassName
{
color: #59D7BA;
}
</style>
background-color css
<style>
a { background-color: #59D7BA; }
a { background-color: rgb(89,215,186); }
div.DivClassName
{
background-color: #59D7BA;
}
.BgClassName
{
background-color: #59D7BA;
}
</style>
border-color css
<style>
span { border-color: #59D7BA; }
span { border-color: rgb(89,215,186); }
td.TdClassName
{
border-color: #59D7BA;
}
.TagClassName
{
border-color: #59D7BA;
}
</style>