Shades of Downy #59DCBA
Tints of Downy #59DCBA
RGB
CMYK
RGB Variations
Color information
#59DCBA (or 0x59DCBA) is known color: Downy. HEX triplet: 59, DC and BA. RGB value is (89,220,186). Sum of RGB (Red+Green+Blue) = 89+220+186=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #59DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCBA is #A62345. Grayscale: #B0B0B0. Windows color (decimal): -10888006 or 12246105. OLE color: 12246105.
HSL color Cylindrical-coordinate representation of color #59DCBA: hue angle of 164.43º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DCBA is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 186 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.14 |
| HSL | 164.43º | 0.65% | 0.61% | - |
| HSV(B) | 164.43º | 0.6% | 0.86% | - |
| XYZ | 38.58 | 56.86 | 55.4 | - |
| YUV | 176.96 | 133.1 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 186 | 0.60 | 0 | 0.15 | 0.14 | 164.43 | 0.65 | 0.61 |
| Hex | 59 | DC | BA | 3C | 0 | F | E | A4 | 41 | 3D |
| Octal | 131 | 334 | 272 | 74 | 0 | 17 | 16 | 244 | 101 | 75 |
| Binary | 1011001 | 11011100 | 10111010 | 111100 | 0 | 1111 | 1110 | 10100100 | 1000001 | 111101 |
Color Harmonies of #59DCBA
Complementary color
Monochromatic Colors of #59DCBA
Black with #59DCBA
Text Example
Text Example
White with #59DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DCBA; }
p { color: rgb(89,220,186); }
H1.HeaderClassName
{
color: #59DCBA;
}
.AnyTagClassName
{
color: #59DCBA;
}
</style>
background-color css
<style>
a { background-color: #59DCBA; }
a { background-color: rgb(89,220,186); }
div.DivClassName
{
background-color: #59DCBA;
}
.BgClassName
{
background-color: #59DCBA;
}
</style>
border-color css
<style>
span { border-color: #59DCBA; }
span { border-color: rgb(89,220,186); }
td.TdClassName
{
border-color: #59DCBA;
}
.TagClassName
{
border-color: #59DCBA;
}
</style>