Shades of Downy #59CEBA
Tints of Downy #59CEBA
RGB
CMYK
RGB Variations
Color information
#59CEBA (or 0x59CEBA) is known color: Downy. HEX triplet: 59, CE and BA. RGB value is (89,206,186). Sum of RGB (Red+Green+Blue) = 89+206+186=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #59CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CEBA is #A63145. Grayscale: #A8A8A8. Windows color (decimal): -10891590 or 12242521. OLE color: 12242521.
HSL color Cylindrical-coordinate representation of color #59CEBA: hue angle of 169.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CEBA is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 206 | 186 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.19 |
| HSL | 169.74º | 0.54% | 0.58% | - |
| HSV(B) | 169.74º | 0.57% | 0.81% | - |
| XYZ | 35.05 | 49.81 | 54.22 | - |
| YUV | 168.74 | 137.74 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 186 | 0.57 | 0 | 0.10 | 0.19 | 169.74 | 0.54 | 0.58 |
| Hex | 59 | CE | BA | 39 | 0 | A | 13 | AA | 36 | 3A |
| Octal | 131 | 316 | 272 | 71 | 0 | 12 | 23 | 252 | 66 | 72 |
| Binary | 1011001 | 11001110 | 10111010 | 111001 | 0 | 1010 | 10011 | 10101010 | 110110 | 111010 |
Color Harmonies of #59CEBA
Complementary color
Monochromatic Colors of #59CEBA
Black with #59CEBA
Text Example
Text Example
White with #59CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CEBA; }
p { color: rgb(89,206,186); }
H1.HeaderClassName
{
color: #59CEBA;
}
.AnyTagClassName
{
color: #59CEBA;
}
</style>
background-color css
<style>
a { background-color: #59CEBA; }
a { background-color: rgb(89,206,186); }
div.DivClassName
{
background-color: #59CEBA;
}
.BgClassName
{
background-color: #59CEBA;
}
</style>
border-color css
<style>
span { border-color: #59CEBA; }
span { border-color: rgb(89,206,186); }
td.TdClassName
{
border-color: #59CEBA;
}
.TagClassName
{
border-color: #59CEBA;
}
</style>