Shades of Downy #59E6BF
Tints of Downy #59E6BF
RGB
CMYK
RGB Variations
Color information
#59E6BF (or 0x59E6BF) is known color: Downy. HEX triplet: 59, E6 and BF. RGB value is (89,230,191). Sum of RGB (Red+Green+Blue) = 89+230+191=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 230 - color contains mainly: green. Hex color #59E6BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E6BF is #A61940. Grayscale: #B7B7B7. Windows color (decimal): -10885441 or 12576345. OLE color: 12576345.
HSL color Cylindrical-coordinate representation of color #59E6BF: hue angle of 163.4º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E6BF is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 230 | 191 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.10 |
| HSL | 163.4º | 0.74% | 0.63% | - |
| HSV(B) | 163.4º | 0.61% | 0.9% | - |
| XYZ | 41.82 | 62.48 | 59.15 | - |
| YUV | 183.4 | 132.29 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 230 | 191 | 0.61 | 0 | 0.17 | 0.10 | 163.4 | 0.74 | 0.63 |
| Hex | 59 | E6 | BF | 3D | 0 | 11 | A | A3 | 4A | 3F |
| Octal | 131 | 346 | 277 | 75 | 0 | 21 | 12 | 243 | 112 | 77 |
| Binary | 1011001 | 11100110 | 10111111 | 111101 | 0 | 10001 | 1010 | 10100011 | 1001010 | 111111 |
Color Harmonies of #59E6BF
Complementary color
Monochromatic Colors of #59E6BF
Black with #59E6BF
Text Example
Text Example
White with #59E6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E6BF; }
p { color: rgb(89,230,191); }
H1.HeaderClassName
{
color: #59E6BF;
}
.AnyTagClassName
{
color: #59E6BF;
}
</style>
background-color css
<style>
a { background-color: #59E6BF; }
a { background-color: rgb(89,230,191); }
div.DivClassName
{
background-color: #59E6BF;
}
.BgClassName
{
background-color: #59E6BF;
}
</style>
border-color css
<style>
span { border-color: #59E6BF; }
span { border-color: rgb(89,230,191); }
td.TdClassName
{
border-color: #59E6BF;
}
.TagClassName
{
border-color: #59E6BF;
}
</style>