Shades of Downy #5EEBBA
Tints of Downy #5EEBBA
RGB
CMYK
RGB Variations
Color information
#5EEBBA (or 0x5EEBBA) is known color: Downy. HEX triplet: 5E, EB and BA. RGB value is (94,235,186). Sum of RGB (Red+Green+Blue) = 94+235+186=515 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.25% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBBA is #A11445. Grayscale: #BBBBBB. Windows color (decimal): -10556486 or 12249950. OLE color: 12249950.
HSL color Cylindrical-coordinate representation of color #5EEBBA: hue angle of 159.15º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBBA is Cyan = 0.6, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 186 | - |
| CMYK | 0.6 | 0 | 0.21 | 0.08 |
| HSL | 159.15º | 0.78% | 0.65% | - |
| HSV(B) | 159.15º | 0.6% | 0.92% | - |
| XYZ | 43.19 | 65.34 | 56.79 | - |
| YUV | 187.26 | 127.29 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 186 | 0.6 | 0 | 0.21 | 0.08 | 159.15 | 0.78 | 0.65 |
| Hex | 5E | EB | BA | 3C | 0 | 15 | 8 | 9F | 4E | 41 |
| Octal | 136 | 353 | 272 | 74 | 0 | 25 | 10 | 237 | 116 | 101 |
| Binary | 1011110 | 11101011 | 10111010 | 111100 | 0 | 10101 | 1000 | 10011111 | 1001110 | 1000001 |
Color Harmonies of #5EEBBA
Complementary color
Monochromatic Colors of #5EEBBA
Black with #5EEBBA
Text Example
Text Example
White with #5EEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBBA; }
p { color: rgb(94,235,186); }
H1.HeaderClassName
{
color: #5EEBBA;
}
.AnyTagClassName
{
color: #5EEBBA;
}
</style>
background-color css
<style>
a { background-color: #5EEBBA; }
a { background-color: rgb(94,235,186); }
div.DivClassName
{
background-color: #5EEBBA;
}
.BgClassName
{
background-color: #5EEBBA;
}
</style>
border-color css
<style>
span { border-color: #5EEBBA; }
span { border-color: rgb(94,235,186); }
td.TdClassName
{
border-color: #5EEBBA;
}
.TagClassName
{
border-color: #5EEBBA;
}
</style>