Shades of Downy #5AECBE
Tints of Downy #5AECBE
RGB
CMYK
RGB Variations
Color information
#5AECBE (or 0x5AECBE) is known color: Downy. HEX triplet: 5A, EC and BE. RGB value is (90,236,190). Sum of RGB (Red+Green+Blue) = 90+236+190=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #5AECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AECBE is #A51341. Grayscale: #BBBBBB. Windows color (decimal): -10818370 or 12512346. OLE color: 12512346.
HSL color Cylindrical-coordinate representation of color #5AECBE: hue angle of 161.1º 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 #5AECBE is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 236 | 190 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.07 |
| HSL | 161.1º | 0.79% | 0.64% | - |
| HSV(B) | 161.1º | 0.62% | 0.93% | - |
| XYZ | 43.51 | 65.88 | 59.14 | - |
| YUV | 187.1 | 129.63 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 190 | 0.62 | 0 | 0.19 | 0.07 | 161.1 | 0.79 | 0.64 |
| Hex | 5A | EC | BE | 3E | 0 | 13 | 7 | A1 | 4F | 40 |
| Octal | 132 | 354 | 276 | 76 | 0 | 23 | 7 | 241 | 117 | 100 |
| Binary | 1011010 | 11101100 | 10111110 | 111110 | 0 | 10011 | 111 | 10100001 | 1001111 | 1000000 |
Color Harmonies of #5AECBE
Complementary color
Monochromatic Colors of #5AECBE
Black with #5AECBE
Text Example
Text Example
White with #5AECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECBE; }
p { color: rgb(90,236,190); }
H1.HeaderClassName
{
color: #5AECBE;
}
.AnyTagClassName
{
color: #5AECBE;
}
</style>
background-color css
<style>
a { background-color: #5AECBE; }
a { background-color: rgb(90,236,190); }
div.DivClassName
{
background-color: #5AECBE;
}
.BgClassName
{
background-color: #5AECBE;
}
</style>
border-color css
<style>
span { border-color: #5AECBE; }
span { border-color: rgb(90,236,190); }
td.TdClassName
{
border-color: #5AECBE;
}
.TagClassName
{
border-color: #5AECBE;
}
</style>