Shades of Downy #59F6BA
Tints of Downy #59F6BA
RGB
CMYK
RGB Variations
Color information
#59F6BA (or 0x59F6BA) is known color: Downy. HEX triplet: 59, F6 and BA. RGB value is (89,246,186). Sum of RGB (Red+Green+Blue) = 89+246+186=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #59F6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F6BA is #A60945. Grayscale: #C0C0C0. Windows color (decimal): -10881350 or 12252761. OLE color: 12252761.
HSL color Cylindrical-coordinate representation of color #59F6BA: hue angle of 157.07º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F6BA is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 246 | 186 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.04 |
| HSL | 157.07º | 0.9% | 0.66% | - |
| HSV(B) | 157.07º | 0.64% | 0.96% | - |
| XYZ | 45.94 | 71.58 | 57.85 | - |
| YUV | 192.22 | 124.49 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 246 | 186 | 0.64 | 0 | 0.24 | 0.04 | 157.07 | 0.9 | 0.66 |
| Hex | 59 | F6 | BA | 40 | 0 | 18 | 4 | 9D | 5A | 42 |
| Octal | 131 | 366 | 272 | 100 | 0 | 30 | 4 | 235 | 132 | 102 |
| Binary | 1011001 | 11110110 | 10111010 | 1000000 | 0 | 11000 | 100 | 10011101 | 1011010 | 1000010 |
Color Harmonies of #59F6BA
Complementary color
Monochromatic Colors of #59F6BA
Black with #59F6BA
Text Example
Text Example
White with #59F6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F6BA; }
p { color: rgb(89,246,186); }
H1.HeaderClassName
{
color: #59F6BA;
}
.AnyTagClassName
{
color: #59F6BA;
}
</style>
background-color css
<style>
a { background-color: #59F6BA; }
a { background-color: rgb(89,246,186); }
div.DivClassName
{
background-color: #59F6BA;
}
.BgClassName
{
background-color: #59F6BA;
}
</style>
border-color css
<style>
span { border-color: #59F6BA; }
span { border-color: rgb(89,246,186); }
td.TdClassName
{
border-color: #59F6BA;
}
.TagClassName
{
border-color: #59F6BA;
}
</style>