Shades of Downy #5AF6BB
Tints of Downy #5AF6BB
RGB
CMYK
RGB Variations
Color information
#5AF6BB (or 0x5AF6BB) is known color: Downy. HEX triplet: 5A, F6 and BB. RGB value is (90,246,187). Sum of RGB (Red+Green+Blue) = 90+246+187=523 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.21% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF6BB is #A50944. Grayscale: #C0C0C0. Windows color (decimal): -10815813 or 12318298. OLE color: 12318298.
HSL color Cylindrical-coordinate representation of color #5AF6BB: hue angle of 157.31º degrees, saturation: 0.9, 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 #5AF6BB is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 246 | 187 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.04 |
| HSL | 157.31º | 0.9% | 0.66% | - |
| HSV(B) | 157.31º | 0.63% | 0.96% | - |
| XYZ | 46.14 | 71.67 | 58.42 | - |
| YUV | 192.63 | 124.82 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 246 | 187 | 0.63 | 0 | 0.24 | 0.04 | 157.31 | 0.9 | 0.66 |
| Hex | 5A | F6 | BB | 3F | 0 | 18 | 4 | 9D | 5A | 42 |
| Octal | 132 | 366 | 273 | 77 | 0 | 30 | 4 | 235 | 132 | 102 |
| Binary | 1011010 | 11110110 | 10111011 | 111111 | 0 | 11000 | 100 | 10011101 | 1011010 | 1000010 |
Color Harmonies of #5AF6BB
Complementary color
Monochromatic Colors of #5AF6BB
Black with #5AF6BB
Text Example
Text Example
White with #5AF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF6BB; }
p { color: rgb(90,246,187); }
H1.HeaderClassName
{
color: #5AF6BB;
}
.AnyTagClassName
{
color: #5AF6BB;
}
</style>
background-color css
<style>
a { background-color: #5AF6BB; }
a { background-color: rgb(90,246,187); }
div.DivClassName
{
background-color: #5AF6BB;
}
.BgClassName
{
background-color: #5AF6BB;
}
</style>
border-color css
<style>
span { border-color: #5AF6BB; }
span { border-color: rgb(90,246,187); }
td.TdClassName
{
border-color: #5AF6BB;
}
.TagClassName
{
border-color: #5AF6BB;
}
</style>