Shades of Downy #5AECB9
Tints of Downy #5AECB9
RGB
CMYK
RGB Variations
Color information
#5AECB9 (or 0x5AECB9) is known color: Downy. HEX triplet: 5A, EC and B9. RGB value is (90,236,185). Sum of RGB (Red+Green+Blue) = 90+236+185=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECB9 is #A51346. Grayscale: #BABABA. Windows color (decimal): -10818375 or 12184666. OLE color: 12184666.
HSL color Cylindrical-coordinate representation of color #5AECB9: hue angle of 159.04º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AECB9 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 185 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.07 |
| HSL | 159.04º | 0.79% | 0.64% | - |
| HSV(B) | 159.04º | 0.62% | 0.93% | - |
| XYZ | 42.97 | 65.67 | 56.31 | - |
| YUV | 186.53 | 127.13 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 185 | 0.62 | 0 | 0.22 | 0.07 | 159.04 | 0.79 | 0.64 |
| Hex | 5A | EC | B9 | 3E | 0 | 16 | 7 | 9F | 4F | 40 |
| Octal | 132 | 354 | 271 | 76 | 0 | 26 | 7 | 237 | 117 | 100 |
| Binary | 1011010 | 11101100 | 10111001 | 111110 | 0 | 10110 | 111 | 10011111 | 1001111 | 1000000 |
Color Harmonies of #5AECB9
Complementary color
Monochromatic Colors of #5AECB9
Black with #5AECB9
Text Example
Text Example
White with #5AECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECB9; }
p { color: rgb(90,236,185); }
H1.HeaderClassName
{
color: #5AECB9;
}
.AnyTagClassName
{
color: #5AECB9;
}
</style>
background-color css
<style>
a { background-color: #5AECB9; }
a { background-color: rgb(90,236,185); }
div.DivClassName
{
background-color: #5AECB9;
}
.BgClassName
{
background-color: #5AECB9;
}
</style>
border-color css
<style>
span { border-color: #5AECB9; }
span { border-color: rgb(90,236,185); }
td.TdClassName
{
border-color: #5AECB9;
}
.TagClassName
{
border-color: #5AECB9;
}
</style>