Shades of Downy #5AECBC
Tints of Downy #5AECBC
RGB
CMYK
RGB Variations
Color information
#5AECBC (or 0x5AECBC) is known color: Downy. HEX triplet: 5A, EC and BC. RGB value is (90,236,188). Sum of RGB (Red+Green+Blue) = 90+236+188=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECBC is #A51343. Grayscale: #BABABA. Windows color (decimal): -10818372 or 12381274. OLE color: 12381274.
HSL color Cylindrical-coordinate representation of color #5AECBC: hue angle of 160.27º degrees, saturation: 0.79, 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 #5AECBC is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 188 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.07 |
| HSL | 160.27º | 0.79% | 0.64% | - |
| HSV(B) | 160.27º | 0.62% | 0.93% | - |
| XYZ | 43.29 | 65.8 | 58 | - |
| YUV | 186.87 | 128.63 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 188 | 0.62 | 0 | 0.20 | 0.07 | 160.27 | 0.79 | 0.64 |
| Hex | 5A | EC | BC | 3E | 0 | 14 | 7 | A0 | 4F | 40 |
| Octal | 132 | 354 | 274 | 76 | 0 | 24 | 7 | 240 | 117 | 100 |
| Binary | 1011010 | 11101100 | 10111100 | 111110 | 0 | 10100 | 111 | 10100000 | 1001111 | 1000000 |
Color Harmonies of #5AECBC
Complementary color
Monochromatic Colors of #5AECBC
Black with #5AECBC
Text Example
Text Example
White with #5AECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECBC; }
p { color: rgb(90,236,188); }
H1.HeaderClassName
{
color: #5AECBC;
}
.AnyTagClassName
{
color: #5AECBC;
}
</style>
background-color css
<style>
a { background-color: #5AECBC; }
a { background-color: rgb(90,236,188); }
div.DivClassName
{
background-color: #5AECBC;
}
.BgClassName
{
background-color: #5AECBC;
}
</style>
border-color css
<style>
span { border-color: #5AECBC; }
span { border-color: rgb(90,236,188); }
td.TdClassName
{
border-color: #5AECBC;
}
.TagClassName
{
border-color: #5AECBC;
}
</style>