Shades of Downy #5ADABA
Tints of Downy #5ADABA
RGB
CMYK
RGB Variations
Color information
#5ADABA (or 0x5ADABA) is known color: Downy. HEX triplet: 5A, DA and BA. RGB value is (90,218,186). Sum of RGB (Red+Green+Blue) = 90+218+186=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADABA is #A52545. Grayscale: #B0B0B0. Windows color (decimal): -10822982 or 12245594. OLE color: 12245594.
HSL color Cylindrical-coordinate representation of color #5ADABA: hue angle of 165º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADABA is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 186 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.15 |
| HSL | 165º | 0.63% | 0.6% | - |
| HSV(B) | 165º | 0.59% | 0.85% | - |
| XYZ | 38.15 | 55.86 | 55.23 | - |
| YUV | 176.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 186 | 0.59 | 0 | 0.15 | 0.15 | 165 | 0.63 | 0.6 |
| Hex | 5A | DA | BA | 3B | 0 | F | F | A5 | 3F | 3C |
| Octal | 132 | 332 | 272 | 73 | 0 | 17 | 17 | 245 | 77 | 74 |
| Binary | 1011010 | 11011010 | 10111010 | 111011 | 0 | 1111 | 1111 | 10100101 | 111111 | 111100 |
Color Harmonies of #5ADABA
Complementary color
Monochromatic Colors of #5ADABA
Black with #5ADABA
Text Example
Text Example
White with #5ADABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADABA; }
p { color: rgb(90,218,186); }
H1.HeaderClassName
{
color: #5ADABA;
}
.AnyTagClassName
{
color: #5ADABA;
}
</style>
background-color css
<style>
a { background-color: #5ADABA; }
a { background-color: rgb(90,218,186); }
div.DivClassName
{
background-color: #5ADABA;
}
.BgClassName
{
background-color: #5ADABA;
}
</style>
border-color css
<style>
span { border-color: #5ADABA; }
span { border-color: rgb(90,218,186); }
td.TdClassName
{
border-color: #5ADABA;
}
.TagClassName
{
border-color: #5ADABA;
}
</style>