Shades of Downy #5AF5BA
Tints of Downy #5AF5BA
RGB
CMYK
RGB Variations
Color information
#5AF5BA (or 0x5AF5BA) is known color: Downy. HEX triplet: 5A, F5 and BA. RGB value is (90,245,186). Sum of RGB (Red+Green+Blue) = 90+245+186=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF5BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF5BA is #A50A45. Grayscale: #C0C0C0. Windows color (decimal): -10816070 or 12252506. OLE color: 12252506.
HSL color Cylindrical-coordinate representation of color #5AF5BA: hue angle of 157.16º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF5BA is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 186 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.04 |
| HSL | 157.16º | 0.89% | 0.66% | - |
| HSV(B) | 157.16º | 0.63% | 0.96% | - |
| XYZ | 45.73 | 71.02 | 57.75 | - |
| YUV | 191.93 | 124.65 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 186 | 0.63 | 0 | 0.24 | 0.04 | 157.16 | 0.89 | 0.66 |
| Hex | 5A | F5 | BA | 3F | 0 | 18 | 4 | 9D | 59 | 42 |
| Octal | 132 | 365 | 272 | 77 | 0 | 30 | 4 | 235 | 131 | 102 |
| Binary | 1011010 | 11110101 | 10111010 | 111111 | 0 | 11000 | 100 | 10011101 | 1011001 | 1000010 |
Color Harmonies of #5AF5BA
Complementary color
Monochromatic Colors of #5AF5BA
Black with #5AF5BA
Text Example
Text Example
White with #5AF5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF5BA; }
p { color: rgb(90,245,186); }
H1.HeaderClassName
{
color: #5AF5BA;
}
.AnyTagClassName
{
color: #5AF5BA;
}
</style>
background-color css
<style>
a { background-color: #5AF5BA; }
a { background-color: rgb(90,245,186); }
div.DivClassName
{
background-color: #5AF5BA;
}
.BgClassName
{
background-color: #5AF5BA;
}
</style>
border-color css
<style>
span { border-color: #5AF5BA; }
span { border-color: rgb(90,245,186); }
td.TdClassName
{
border-color: #5AF5BA;
}
.TagClassName
{
border-color: #5AF5BA;
}
</style>