Shades of Downy #5AD2BE
Tints of Downy #5AD2BE
RGB
CMYK
RGB Variations
Color information
#5AD2BE (or 0x5AD2BE) is known color: Downy. HEX triplet: 5A, D2 and BE. RGB value is (90,210,190). Sum of RGB (Red+Green+Blue) = 90+210+190=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD2BE is #A52D41. Grayscale: #ABABAB. Windows color (decimal): -10825026 or 12505690. OLE color: 12505690.
HSL color Cylindrical-coordinate representation of color #5AD2BE: hue angle of 170º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD2BE is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 190 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.18 |
| HSL | 170º | 0.57% | 0.59% | - |
| HSV(B) | 170º | 0.57% | 0.82% | - |
| XYZ | 36.56 | 51.98 | 56.82 | - |
| YUV | 171.84 | 138.24 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 190 | 0.57 | 0 | 0.10 | 0.18 | 170 | 0.57 | 0.59 |
| Hex | 5A | D2 | BE | 39 | 0 | A | 12 | AA | 39 | 3B |
| Octal | 132 | 322 | 276 | 71 | 0 | 12 | 22 | 252 | 71 | 73 |
| Binary | 1011010 | 11010010 | 10111110 | 111001 | 0 | 1010 | 10010 | 10101010 | 111001 | 111011 |
Color Harmonies of #5AD2BE
Complementary color
Monochromatic Colors of #5AD2BE
Black with #5AD2BE
Text Example
Text Example
White with #5AD2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD2BE; }
p { color: rgb(90,210,190); }
H1.HeaderClassName
{
color: #5AD2BE;
}
.AnyTagClassName
{
color: #5AD2BE;
}
</style>
background-color css
<style>
a { background-color: #5AD2BE; }
a { background-color: rgb(90,210,190); }
div.DivClassName
{
background-color: #5AD2BE;
}
.BgClassName
{
background-color: #5AD2BE;
}
</style>
border-color css
<style>
span { border-color: #5AD2BE; }
span { border-color: rgb(90,210,190); }
td.TdClassName
{
border-color: #5AD2BE;
}
.TagClassName
{
border-color: #5AD2BE;
}
</style>