Shades of Downy #5AEEC0
Tints of Downy #5AEEC0
RGB
CMYK
RGB Variations
Color information
#5AEEC0 (or 0x5AEEC0) is known color: Downy. HEX triplet: 5A, EE and C0. RGB value is (90,238,192). Sum of RGB (Red+Green+Blue) = 90+238+192=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEC0 is #A5113F. Grayscale: #BCBCBC. Windows color (decimal): -10817856 or 12643930. OLE color: 12643930.
HSL color Cylindrical-coordinate representation of color #5AEEC0: hue angle of 161.35º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEEC0 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 192 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.07 |
| HSL | 161.35º | 0.81% | 0.64% | - |
| HSV(B) | 161.35º | 0.62% | 0.93% | - |
| XYZ | 44.31 | 67.13 | 60.49 | - |
| YUV | 188.5 | 129.97 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 192 | 0.62 | 0 | 0.19 | 0.07 | 161.35 | 0.81 | 0.64 |
| Hex | 5A | EE | C0 | 3E | 0 | 13 | 7 | A1 | 51 | 40 |
| Octal | 132 | 356 | 300 | 76 | 0 | 23 | 7 | 241 | 121 | 100 |
| Binary | 1011010 | 11101110 | 11000000 | 111110 | 0 | 10011 | 111 | 10100001 | 1010001 | 1000000 |
Color Harmonies of #5AEEC0
Complementary color
Monochromatic Colors of #5AEEC0
Black with #5AEEC0
Text Example
Text Example
White with #5AEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEC0; }
p { color: rgb(90,238,192); }
H1.HeaderClassName
{
color: #5AEEC0;
}
.AnyTagClassName
{
color: #5AEEC0;
}
</style>
background-color css
<style>
a { background-color: #5AEEC0; }
a { background-color: rgb(90,238,192); }
div.DivClassName
{
background-color: #5AEEC0;
}
.BgClassName
{
background-color: #5AEEC0;
}
</style>
border-color css
<style>
span { border-color: #5AEEC0; }
span { border-color: rgb(90,238,192); }
td.TdClassName
{
border-color: #5AEEC0;
}
.TagClassName
{
border-color: #5AEEC0;
}
</style>