Shades of Downy #5AC9BE
Tints of Downy #5AC9BE
RGB
CMYK
RGB Variations
Color information
#5AC9BE (or 0x5AC9BE) is known color: Downy. HEX triplet: 5A, C9 and BE. RGB value is (90,201,190). Sum of RGB (Red+Green+Blue) = 90+201+190=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC9BE is #A53641. Grayscale: #A6A6A6. Windows color (decimal): -10827330 or 12503386. OLE color: 12503386.
HSL color Cylindrical-coordinate representation of color #5AC9BE: hue angle of 174.05º 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 #5AC9BE is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 190 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.21 |
| HSL | 174.05º | 0.51% | 0.57% | - |
| HSV(B) | 174.05º | 0.55% | 0.79% | - |
| XYZ | 34.4 | 47.66 | 56.1 | - |
| YUV | 166.56 | 141.23 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 190 | 0.55 | 0 | 0.05 | 0.21 | 174.05 | 0.51 | 0.57 |
| Hex | 5A | C9 | BE | 37 | 0 | 5 | 15 | AE | 33 | 39 |
| Octal | 132 | 311 | 276 | 67 | 0 | 5 | 25 | 256 | 63 | 71 |
| Binary | 1011010 | 11001001 | 10111110 | 110111 | 0 | 101 | 10101 | 10101110 | 110011 | 111001 |
Color Harmonies of #5AC9BE
Complementary color
Monochromatic Colors of #5AC9BE
Black with #5AC9BE
Text Example
Text Example
White with #5AC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC9BE; }
p { color: rgb(90,201,190); }
H1.HeaderClassName
{
color: #5AC9BE;
}
.AnyTagClassName
{
color: #5AC9BE;
}
</style>
background-color css
<style>
a { background-color: #5AC9BE; }
a { background-color: rgb(90,201,190); }
div.DivClassName
{
background-color: #5AC9BE;
}
.BgClassName
{
background-color: #5AC9BE;
}
</style>
border-color css
<style>
span { border-color: #5AC9BE; }
span { border-color: rgb(90,201,190); }
td.TdClassName
{
border-color: #5AC9BE;
}
.TagClassName
{
border-color: #5AC9BE;
}
</style>