Shades of Downy #5AE9BA
Tints of Downy #5AE9BA
RGB
CMYK
RGB Variations
Color information
#5AE9BA (or 0x5AE9BA) is known color: Downy. HEX triplet: 5A, E9 and BA. RGB value is (90,233,186). Sum of RGB (Red+Green+Blue) = 90+233+186=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #5AE9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE9BA is #A51645. Grayscale: #B8B8B8. Windows color (decimal): -10819142 or 12249434. OLE color: 12249434.
HSL color Cylindrical-coordinate representation of color #5AE9BA: hue angle of 160.28º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE9BA is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 233 | 186 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.09 |
| HSL | 160.28º | 0.76% | 0.63% | - |
| HSV(B) | 160.28º | 0.61% | 0.91% | - |
| XYZ | 42.22 | 64 | 56.58 | - |
| YUV | 184.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 233 | 186 | 0.61 | 0 | 0.20 | 0.09 | 160.28 | 0.76 | 0.63 |
| Hex | 5A | E9 | BA | 3D | 0 | 14 | 9 | A0 | 4C | 3F |
| Octal | 132 | 351 | 272 | 75 | 0 | 24 | 11 | 240 | 114 | 77 |
| Binary | 1011010 | 11101001 | 10111010 | 111101 | 0 | 10100 | 1001 | 10100000 | 1001100 | 111111 |
Color Harmonies of #5AE9BA
Complementary color
Monochromatic Colors of #5AE9BA
Black with #5AE9BA
Text Example
Text Example
White with #5AE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE9BA; }
p { color: rgb(90,233,186); }
H1.HeaderClassName
{
color: #5AE9BA;
}
.AnyTagClassName
{
color: #5AE9BA;
}
</style>
background-color css
<style>
a { background-color: #5AE9BA; }
a { background-color: rgb(90,233,186); }
div.DivClassName
{
background-color: #5AE9BA;
}
.BgClassName
{
background-color: #5AE9BA;
}
</style>
border-color css
<style>
span { border-color: #5AE9BA; }
span { border-color: rgb(90,233,186); }
td.TdClassName
{
border-color: #5AE9BA;
}
.TagClassName
{
border-color: #5AE9BA;
}
</style>