Shades of Downy #5AF7BB
Tints of Downy #5AF7BB
RGB
CMYK
RGB Variations
Color information
#5AF7BB (or 0x5AF7BB) is known color: Downy. HEX triplet: 5A, F7 and BB. RGB value is (90,247,187). Sum of RGB (Red+Green+Blue) = 90+247+187=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF7BB is #A50844. Grayscale: #C1C1C1. Windows color (decimal): -10815557 or 12318554. OLE color: 12318554.
HSL color Cylindrical-coordinate representation of color #5AF7BB: hue angle of 157.07º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF7BB is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 187 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.03 |
| HSL | 157.07º | 0.91% | 0.66% | - |
| HSV(B) | 157.07º | 0.64% | 0.97% | - |
| XYZ | 46.45 | 72.28 | 58.52 | - |
| YUV | 193.22 | 124.49 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 187 | 0.64 | 0 | 0.24 | 0.03 | 157.07 | 0.91 | 0.66 |
| Hex | 5A | F7 | BB | 40 | 0 | 18 | 3 | 9D | 5B | 42 |
| Octal | 132 | 367 | 273 | 100 | 0 | 30 | 3 | 235 | 133 | 102 |
| Binary | 1011010 | 11110111 | 10111011 | 1000000 | 0 | 11000 | 11 | 10011101 | 1011011 | 1000010 |
Color Harmonies of #5AF7BB
Complementary color
Monochromatic Colors of #5AF7BB
Black with #5AF7BB
Text Example
Text Example
White with #5AF7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF7BB; }
p { color: rgb(90,247,187); }
H1.HeaderClassName
{
color: #5AF7BB;
}
.AnyTagClassName
{
color: #5AF7BB;
}
</style>
background-color css
<style>
a { background-color: #5AF7BB; }
a { background-color: rgb(90,247,187); }
div.DivClassName
{
background-color: #5AF7BB;
}
.BgClassName
{
background-color: #5AF7BB;
}
</style>
border-color css
<style>
span { border-color: #5AF7BB; }
span { border-color: rgb(90,247,187); }
td.TdClassName
{
border-color: #5AF7BB;
}
.TagClassName
{
border-color: #5AF7BB;
}
</style>