Shades of Downy #5ADDB9
Tints of Downy #5ADDB9
RGB
CMYK
RGB Variations
Color information
#5ADDB9 (or 0x5ADDB9) is known color: Downy. HEX triplet: 5A, DD and B9. RGB value is (90,221,185). Sum of RGB (Red+Green+Blue) = 90+221+185=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDB9 is #A52246. Grayscale: #B1B1B1. Windows color (decimal): -10822215 or 12180826. OLE color: 12180826.
HSL color Cylindrical-coordinate representation of color #5ADDB9: hue angle of 163.51º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADDB9 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 185 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.13 |
| HSL | 163.51º | 0.66% | 0.61% | - |
| HSV(B) | 163.51º | 0.59% | 0.87% | - |
| XYZ | 38.83 | 57.39 | 54.93 | - |
| YUV | 177.73 | 132.1 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 185 | 0.59 | 0 | 0.16 | 0.13 | 163.51 | 0.66 | 0.61 |
| Hex | 5A | DD | B9 | 3B | 0 | 10 | D | A4 | 42 | 3D |
| Octal | 132 | 335 | 271 | 73 | 0 | 20 | 15 | 244 | 102 | 75 |
| Binary | 1011010 | 11011101 | 10111001 | 111011 | 0 | 10000 | 1101 | 10100100 | 1000010 | 111101 |
Color Harmonies of #5ADDB9
Complementary color
Monochromatic Colors of #5ADDB9
Black with #5ADDB9
Text Example
Text Example
White with #5ADDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDB9; }
p { color: rgb(90,221,185); }
H1.HeaderClassName
{
color: #5ADDB9;
}
.AnyTagClassName
{
color: #5ADDB9;
}
</style>
background-color css
<style>
a { background-color: #5ADDB9; }
a { background-color: rgb(90,221,185); }
div.DivClassName
{
background-color: #5ADDB9;
}
.BgClassName
{
background-color: #5ADDB9;
}
</style>
border-color css
<style>
span { border-color: #5ADDB9; }
span { border-color: rgb(90,221,185); }
td.TdClassName
{
border-color: #5ADDB9;
}
.TagClassName
{
border-color: #5ADDB9;
}
</style>