Shades of Downy #5AF3BB
Tints of Downy #5AF3BB
RGB
CMYK
RGB Variations
Color information
#5AF3BB (or 0x5AF3BB) is known color: Downy. HEX triplet: 5A, F3 and BB. RGB value is (90,243,187). Sum of RGB (Red+Green+Blue) = 90+243+187=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF3BB is #A50C44. Grayscale: #BEBEBE. Windows color (decimal): -10816581 or 12317530. OLE color: 12317530.
HSL color Cylindrical-coordinate representation of color #5AF3BB: hue angle of 158.04º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF3BB is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 187 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.05 |
| HSL | 158.04º | 0.86% | 0.65% | - |
| HSV(B) | 158.04º | 0.63% | 0.95% | - |
| XYZ | 45.24 | 69.86 | 58.11 | - |
| YUV | 190.87 | 125.81 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 187 | 0.63 | 0 | 0.23 | 0.05 | 158.04 | 0.86 | 0.65 |
| Hex | 5A | F3 | BB | 3F | 0 | 17 | 5 | 9E | 56 | 41 |
| Octal | 132 | 363 | 273 | 77 | 0 | 27 | 5 | 236 | 126 | 101 |
| Binary | 1011010 | 11110011 | 10111011 | 111111 | 0 | 10111 | 101 | 10011110 | 1010110 | 1000001 |
Color Harmonies of #5AF3BB
Complementary color
Monochromatic Colors of #5AF3BB
Black with #5AF3BB
Text Example
Text Example
White with #5AF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF3BB; }
p { color: rgb(90,243,187); }
H1.HeaderClassName
{
color: #5AF3BB;
}
.AnyTagClassName
{
color: #5AF3BB;
}
</style>
background-color css
<style>
a { background-color: #5AF3BB; }
a { background-color: rgb(90,243,187); }
div.DivClassName
{
background-color: #5AF3BB;
}
.BgClassName
{
background-color: #5AF3BB;
}
</style>
border-color css
<style>
span { border-color: #5AF3BB; }
span { border-color: rgb(90,243,187); }
td.TdClassName
{
border-color: #5AF3BB;
}
.TagClassName
{
border-color: #5AF3BB;
}
</style>