Shades of Downy #5AEEBC
Tints of Downy #5AEEBC
RGB
CMYK
RGB Variations
Color information
#5AEEBC (or 0x5AEEBC) is known color: Downy. HEX triplet: 5A, EE and BC. RGB value is (90,238,188). Sum of RGB (Red+Green+Blue) = 90+238+188=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEBC is #A51143. Grayscale: #BCBCBC. Windows color (decimal): -10817860 or 12381786. OLE color: 12381786.
HSL color Cylindrical-coordinate representation of color #5AEEBC: hue angle of 159.73º 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 #5AEEBC is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 188 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.07 |
| HSL | 159.73º | 0.81% | 0.64% | - |
| HSV(B) | 159.73º | 0.62% | 0.93% | - |
| XYZ | 43.87 | 66.95 | 58.19 | - |
| YUV | 188.05 | 127.97 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 188 | 0.62 | 0 | 0.21 | 0.07 | 159.73 | 0.81 | 0.64 |
| Hex | 5A | EE | BC | 3E | 0 | 15 | 7 | A0 | 51 | 40 |
| Octal | 132 | 356 | 274 | 76 | 0 | 25 | 7 | 240 | 121 | 100 |
| Binary | 1011010 | 11101110 | 10111100 | 111110 | 0 | 10101 | 111 | 10100000 | 1010001 | 1000000 |
Color Harmonies of #5AEEBC
Complementary color
Monochromatic Colors of #5AEEBC
Black with #5AEEBC
Text Example
Text Example
White with #5AEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEBC; }
p { color: rgb(90,238,188); }
H1.HeaderClassName
{
color: #5AEEBC;
}
.AnyTagClassName
{
color: #5AEEBC;
}
</style>
background-color css
<style>
a { background-color: #5AEEBC; }
a { background-color: rgb(90,238,188); }
div.DivClassName
{
background-color: #5AEEBC;
}
.BgClassName
{
background-color: #5AEEBC;
}
</style>
border-color css
<style>
span { border-color: #5AEEBC; }
span { border-color: rgb(90,238,188); }
td.TdClassName
{
border-color: #5AEEBC;
}
.TagClassName
{
border-color: #5AEEBC;
}
</style>