Shades of Downy #5AE1BD
Tints of Downy #5AE1BD
RGB
CMYK
RGB Variations
Color information
#5AE1BD (or 0x5AE1BD) is known color: Downy. HEX triplet: 5A, E1 and BD. RGB value is (90,225,189). Sum of RGB (Red+Green+Blue) = 90+225+189=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE1BD is #A51E42. Grayscale: #B4B4B4. Windows color (decimal): -10821187 or 12443994. OLE color: 12443994.
HSL color Cylindrical-coordinate representation of color #5AE1BD: hue angle of 164º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE1BD is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 225 | 189 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.12 |
| HSL | 164º | 0.69% | 0.62% | - |
| HSV(B) | 164º | 0.6% | 0.88% | - |
| XYZ | 40.33 | 59.7 | 57.54 | - |
| YUV | 180.53 | 132.77 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 225 | 189 | 0.60 | 0 | 0.16 | 0.12 | 164 | 0.69 | 0.62 |
| Hex | 5A | E1 | BD | 3C | 0 | 10 | C | A4 | 45 | 3E |
| Octal | 132 | 341 | 275 | 74 | 0 | 20 | 14 | 244 | 105 | 76 |
| Binary | 1011010 | 11100001 | 10111101 | 111100 | 0 | 10000 | 1100 | 10100100 | 1000101 | 111110 |
Color Harmonies of #5AE1BD
Complementary color
Monochromatic Colors of #5AE1BD
Black with #5AE1BD
Text Example
Text Example
White with #5AE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE1BD; }
p { color: rgb(90,225,189); }
H1.HeaderClassName
{
color: #5AE1BD;
}
.AnyTagClassName
{
color: #5AE1BD;
}
</style>
background-color css
<style>
a { background-color: #5AE1BD; }
a { background-color: rgb(90,225,189); }
div.DivClassName
{
background-color: #5AE1BD;
}
.BgClassName
{
background-color: #5AE1BD;
}
</style>
border-color css
<style>
span { border-color: #5AE1BD; }
span { border-color: rgb(90,225,189); }
td.TdClassName
{
border-color: #5AE1BD;
}
.TagClassName
{
border-color: #5AE1BD;
}
</style>