Shades of Downy #59C5BA
Tints of Downy #59C5BA
RGB
CMYK
RGB Variations
Color information
#59C5BA (or 0x59C5BA) is known color: Downy. HEX triplet: 59, C5 and BA. RGB value is (89,197,186). Sum of RGB (Red+Green+Blue) = 89+197+186=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #59C5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C5BA is #A63A45. Grayscale: #A3A3A3. Windows color (decimal): -10893894 or 12240217. OLE color: 12240217.
HSL color Cylindrical-coordinate representation of color #59C5BA: hue angle of 173.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C5BA is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 197 | 186 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.23 |
| HSL | 173.89º | 0.48% | 0.56% | - |
| HSV(B) | 173.89º | 0.55% | 0.77% | - |
| XYZ | 32.95 | 45.6 | 53.52 | - |
| YUV | 163.45 | 140.72 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 197 | 186 | 0.55 | 0 | 0.06 | 0.23 | 173.89 | 0.48 | 0.56 |
| Hex | 59 | C5 | BA | 37 | 0 | 6 | 17 | AE | 30 | 38 |
| Octal | 131 | 305 | 272 | 67 | 0 | 6 | 27 | 256 | 60 | 70 |
| Binary | 1011001 | 11000101 | 10111010 | 110111 | 0 | 110 | 10111 | 10101110 | 110000 | 111000 |
Color Harmonies of #59C5BA
Complementary color
Monochromatic Colors of #59C5BA
Black with #59C5BA
Text Example
Text Example
White with #59C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C5BA; }
p { color: rgb(89,197,186); }
H1.HeaderClassName
{
color: #59C5BA;
}
.AnyTagClassName
{
color: #59C5BA;
}
</style>
background-color css
<style>
a { background-color: #59C5BA; }
a { background-color: rgb(89,197,186); }
div.DivClassName
{
background-color: #59C5BA;
}
.BgClassName
{
background-color: #59C5BA;
}
</style>
border-color css
<style>
span { border-color: #59C5BA; }
span { border-color: rgb(89,197,186); }
td.TdClassName
{
border-color: #59C5BA;
}
.TagClassName
{
border-color: #59C5BA;
}
</style>