Shades of Downy #5AC9BA
Tints of Downy #5AC9BA
RGB
CMYK
RGB Variations
Color information
#5AC9BA (or 0x5AC9BA) is known color: Downy. HEX triplet: 5A, C9 and BA. RGB value is (90,201,186). Sum of RGB (Red+Green+Blue) = 90+201+186=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC9BA is #A53645. Grayscale: #A6A6A6. Windows color (decimal): -10827334 or 12241242. OLE color: 12241242.
HSL color Cylindrical-coordinate representation of color #5AC9BA: hue angle of 171.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC9BA is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 186 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.21 |
| HSL | 171.89º | 0.51% | 0.57% | - |
| HSV(B) | 171.89º | 0.55% | 0.79% | - |
| XYZ | 33.97 | 47.49 | 53.83 | - |
| YUV | 166.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 186 | 0.55 | 0 | 0.07 | 0.21 | 171.89 | 0.51 | 0.57 |
| Hex | 5A | C9 | BA | 37 | 0 | 7 | 15 | AC | 33 | 39 |
| Octal | 132 | 311 | 272 | 67 | 0 | 7 | 25 | 254 | 63 | 71 |
| Binary | 1011010 | 11001001 | 10111010 | 110111 | 0 | 111 | 10101 | 10101100 | 110011 | 111001 |
Color Harmonies of #5AC9BA
Complementary color
Monochromatic Colors of #5AC9BA
Black with #5AC9BA
Text Example
Text Example
White with #5AC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC9BA; }
p { color: rgb(90,201,186); }
H1.HeaderClassName
{
color: #5AC9BA;
}
.AnyTagClassName
{
color: #5AC9BA;
}
</style>
background-color css
<style>
a { background-color: #5AC9BA; }
a { background-color: rgb(90,201,186); }
div.DivClassName
{
background-color: #5AC9BA;
}
.BgClassName
{
background-color: #5AC9BA;
}
</style>
border-color css
<style>
span { border-color: #5AC9BA; }
span { border-color: rgb(90,201,186); }
td.TdClassName
{
border-color: #5AC9BA;
}
.TagClassName
{
border-color: #5AC9BA;
}
</style>