Shades of Downy #5AEABF
Tints of Downy #5AEABF
RGB
CMYK
RGB Variations
Color information
#5AEABF (or 0x5AEABF) is known color: Downy. HEX triplet: 5A, EA and BF. RGB value is (90,234,191). Sum of RGB (Red+Green+Blue) = 90+234+191=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEABF is #A51540. Grayscale: #BABABA. Windows color (decimal): -10818881 or 12577370. OLE color: 12577370.
HSL color Cylindrical-coordinate representation of color #5AEABF: hue angle of 162.08º 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 #5AEABF is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 234 | 191 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.08 |
| HSL | 162.08º | 0.77% | 0.64% | - |
| HSV(B) | 162.08º | 0.62% | 0.92% | - |
| XYZ | 43.04 | 64.78 | 59.53 | - |
| YUV | 186.04 | 130.79 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 234 | 191 | 0.62 | 0 | 0.18 | 0.08 | 162.08 | 0.77 | 0.64 |
| Hex | 5A | EA | BF | 3E | 0 | 12 | 8 | A2 | 4D | 40 |
| Octal | 132 | 352 | 277 | 76 | 0 | 22 | 10 | 242 | 115 | 100 |
| Binary | 1011010 | 11101010 | 10111111 | 111110 | 0 | 10010 | 1000 | 10100010 | 1001101 | 1000000 |
Color Harmonies of #5AEABF
Complementary color
Monochromatic Colors of #5AEABF
Black with #5AEABF
Text Example
Text Example
White with #5AEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEABF; }
p { color: rgb(90,234,191); }
H1.HeaderClassName
{
color: #5AEABF;
}
.AnyTagClassName
{
color: #5AEABF;
}
</style>
background-color css
<style>
a { background-color: #5AEABF; }
a { background-color: rgb(90,234,191); }
div.DivClassName
{
background-color: #5AEABF;
}
.BgClassName
{
background-color: #5AEABF;
}
</style>
border-color css
<style>
span { border-color: #5AEABF; }
span { border-color: rgb(90,234,191); }
td.TdClassName
{
border-color: #5AEABF;
}
.TagClassName
{
border-color: #5AEABF;
}
</style>