Shades of Downy #5AF5BB
Tints of Downy #5AF5BB
RGB
CMYK
RGB Variations
Color information
#5AF5BB (or 0x5AF5BB) is known color: Downy. HEX triplet: 5A, F5 and BB. RGB value is (90,245,187). Sum of RGB (Red+Green+Blue) = 90+245+187=522 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.24% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF5BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF5BB is #A50A44. Grayscale: #C0C0C0. Windows color (decimal): -10816069 or 12318042. OLE color: 12318042.
HSL color Cylindrical-coordinate representation of color #5AF5BB: hue angle of 157.55º 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 #5AF5BB is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 187 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.04 |
| HSL | 157.55º | 0.89% | 0.66% | - |
| HSV(B) | 157.55º | 0.63% | 0.96% | - |
| XYZ | 45.84 | 71.07 | 58.31 | - |
| YUV | 192.04 | 125.15 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 187 | 0.63 | 0 | 0.24 | 0.04 | 157.55 | 0.89 | 0.66 |
| Hex | 5A | F5 | BB | 3F | 0 | 18 | 4 | 9E | 59 | 42 |
| Octal | 132 | 365 | 273 | 77 | 0 | 30 | 4 | 236 | 131 | 102 |
| Binary | 1011010 | 11110101 | 10111011 | 111111 | 0 | 11000 | 100 | 10011110 | 1011001 | 1000010 |
Color Harmonies of #5AF5BB
Complementary color
Monochromatic Colors of #5AF5BB
Black with #5AF5BB
Text Example
Text Example
White with #5AF5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF5BB; }
p { color: rgb(90,245,187); }
H1.HeaderClassName
{
color: #5AF5BB;
}
.AnyTagClassName
{
color: #5AF5BB;
}
</style>
background-color css
<style>
a { background-color: #5AF5BB; }
a { background-color: rgb(90,245,187); }
div.DivClassName
{
background-color: #5AF5BB;
}
.BgClassName
{
background-color: #5AF5BB;
}
</style>
border-color css
<style>
span { border-color: #5AF5BB; }
span { border-color: rgb(90,245,187); }
td.TdClassName
{
border-color: #5AF5BB;
}
.TagClassName
{
border-color: #5AF5BB;
}
</style>