Shades of Downy #5AEABD
Tints of Downy #5AEABD
RGB
CMYK
RGB Variations
Color information
#5AEABD (or 0x5AEABD) is known color: Downy. HEX triplet: 5A, EA and BD. RGB value is (90,234,189). Sum of RGB (Red+Green+Blue) = 90+234+189=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEABD is #A51542. Grayscale: #B9B9B9. Windows color (decimal): -10818883 or 12446298. OLE color: 12446298.
HSL color Cylindrical-coordinate representation of color #5AEABD: hue angle of 161.25º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEABD is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 234 | 189 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.08 |
| HSL | 161.25º | 0.77% | 0.64% | - |
| HSV(B) | 161.25º | 0.62% | 0.92% | - |
| XYZ | 42.82 | 64.69 | 58.37 | - |
| YUV | 185.81 | 129.79 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 234 | 189 | 0.62 | 0 | 0.19 | 0.08 | 161.25 | 0.77 | 0.64 |
| Hex | 5A | EA | BD | 3E | 0 | 13 | 8 | A1 | 4D | 40 |
| Octal | 132 | 352 | 275 | 76 | 0 | 23 | 10 | 241 | 115 | 100 |
| Binary | 1011010 | 11101010 | 10111101 | 111110 | 0 | 10011 | 1000 | 10100001 | 1001101 | 1000000 |
Color Harmonies of #5AEABD
Complementary color
Monochromatic Colors of #5AEABD
Black with #5AEABD
Text Example
Text Example
White with #5AEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEABD; }
p { color: rgb(90,234,189); }
H1.HeaderClassName
{
color: #5AEABD;
}
.AnyTagClassName
{
color: #5AEABD;
}
</style>
background-color css
<style>
a { background-color: #5AEABD; }
a { background-color: rgb(90,234,189); }
div.DivClassName
{
background-color: #5AEABD;
}
.BgClassName
{
background-color: #5AEABD;
}
</style>
border-color css
<style>
span { border-color: #5AEABD; }
span { border-color: rgb(90,234,189); }
td.TdClassName
{
border-color: #5AEABD;
}
.TagClassName
{
border-color: #5AEABD;
}
</style>