Shades of Downy #59DFBA
Tints of Downy #59DFBA
RGB
CMYK
RGB Variations
Color information
#59DFBA (or 0x59DFBA) is known color: Downy. HEX triplet: 59, DF and BA. RGB value is (89,223,186). Sum of RGB (Red+Green+Blue) = 89+223+186=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFBA is #A62045. Grayscale: #B2B2B2. Windows color (decimal): -10887238 or 12246873. OLE color: 12246873.
HSL color Cylindrical-coordinate representation of color #59DFBA: hue angle of 163.43º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DFBA is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 223 | 186 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.13 |
| HSL | 163.43º | 0.68% | 0.61% | - |
| HSV(B) | 163.43º | 0.6% | 0.87% | - |
| XYZ | 39.37 | 58.44 | 55.66 | - |
| YUV | 178.72 | 132.11 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 223 | 186 | 0.60 | 0 | 0.17 | 0.13 | 163.43 | 0.68 | 0.61 |
| Hex | 59 | DF | BA | 3C | 0 | 11 | D | A3 | 44 | 3D |
| Octal | 131 | 337 | 272 | 74 | 0 | 21 | 15 | 243 | 104 | 75 |
| Binary | 1011001 | 11011111 | 10111010 | 111100 | 0 | 10001 | 1101 | 10100011 | 1000100 | 111101 |
Color Harmonies of #59DFBA
Complementary color
Monochromatic Colors of #59DFBA
Black with #59DFBA
Text Example
Text Example
White with #59DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DFBA; }
p { color: rgb(89,223,186); }
H1.HeaderClassName
{
color: #59DFBA;
}
.AnyTagClassName
{
color: #59DFBA;
}
</style>
background-color css
<style>
a { background-color: #59DFBA; }
a { background-color: rgb(89,223,186); }
div.DivClassName
{
background-color: #59DFBA;
}
.BgClassName
{
background-color: #59DFBA;
}
</style>
border-color css
<style>
span { border-color: #59DFBA; }
span { border-color: rgb(89,223,186); }
td.TdClassName
{
border-color: #59DFBA;
}
.TagClassName
{
border-color: #59DFBA;
}
</style>