Shades of Downy #5AD6B9
Tints of Downy #5AD6B9
RGB
CMYK
RGB Variations
Color information
#5AD6B9 (or 0x5AD6B9) is known color: Downy. HEX triplet: 5A, D6 and B9. RGB value is (90,214,185). Sum of RGB (Red+Green+Blue) = 90+214+185=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD6B9 is #A52946. Grayscale: #ADADAD. Windows color (decimal): -10824007 or 12179034. OLE color: 12179034.
HSL color Cylindrical-coordinate representation of color #5AD6B9: hue angle of 165.97º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD6B9 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 185 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.16 |
| HSL | 165.97º | 0.6% | 0.6% | - |
| HSV(B) | 165.97º | 0.58% | 0.84% | - |
| XYZ | 37.02 | 53.77 | 54.33 | - |
| YUV | 173.62 | 134.42 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 185 | 0.58 | 0 | 0.14 | 0.16 | 165.97 | 0.6 | 0.6 |
| Hex | 5A | D6 | B9 | 3A | 0 | E | 10 | A6 | 3C | 3C |
| Octal | 132 | 326 | 271 | 72 | 0 | 16 | 20 | 246 | 74 | 74 |
| Binary | 1011010 | 11010110 | 10111001 | 111010 | 0 | 1110 | 10000 | 10100110 | 111100 | 111100 |
Color Harmonies of #5AD6B9
Complementary color
Monochromatic Colors of #5AD6B9
Black with #5AD6B9
Text Example
Text Example
White with #5AD6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD6B9; }
p { color: rgb(90,214,185); }
H1.HeaderClassName
{
color: #5AD6B9;
}
.AnyTagClassName
{
color: #5AD6B9;
}
</style>
background-color css
<style>
a { background-color: #5AD6B9; }
a { background-color: rgb(90,214,185); }
div.DivClassName
{
background-color: #5AD6B9;
}
.BgClassName
{
background-color: #5AD6B9;
}
</style>
border-color css
<style>
span { border-color: #5AD6B9; }
span { border-color: rgb(90,214,185); }
td.TdClassName
{
border-color: #5AD6B9;
}
.TagClassName
{
border-color: #5AD6B9;
}
</style>