Shades of Downy #5EEDBE
Tints of Downy #5EEDBE
RGB
CMYK
RGB Variations
Color information
#5EEDBE (or 0x5EEDBE) is known color: Downy. HEX triplet: 5E, ED and BE. RGB value is (94,237,190). Sum of RGB (Red+Green+Blue) = 94+237+190=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #5EEDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEDBE is #A11241. Grayscale: #BCBCBC. Windows color (decimal): -10555970 or 12512606. OLE color: 12512606.
HSL color Cylindrical-coordinate representation of color #5EEDBE: hue angle of 160.28º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEDBE is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 237 | 190 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.07 |
| HSL | 160.28º | 0.8% | 0.65% | - |
| HSV(B) | 160.28º | 0.6% | 0.93% | - |
| XYZ | 44.19 | 66.67 | 59.25 | - |
| YUV | 188.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 237 | 190 | 0.60 | 0 | 0.20 | 0.07 | 160.28 | 0.8 | 0.65 |
| Hex | 5E | ED | BE | 3C | 0 | 14 | 7 | A0 | 50 | 41 |
| Octal | 136 | 355 | 276 | 74 | 0 | 24 | 7 | 240 | 120 | 101 |
| Binary | 1011110 | 11101101 | 10111110 | 111100 | 0 | 10100 | 111 | 10100000 | 1010000 | 1000001 |
Color Harmonies of #5EEDBE
Complementary color
Monochromatic Colors of #5EEDBE
Black with #5EEDBE
Text Example
Text Example
White with #5EEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEDBE; }
p { color: rgb(94,237,190); }
H1.HeaderClassName
{
color: #5EEDBE;
}
.AnyTagClassName
{
color: #5EEDBE;
}
</style>
background-color css
<style>
a { background-color: #5EEDBE; }
a { background-color: rgb(94,237,190); }
div.DivClassName
{
background-color: #5EEDBE;
}
.BgClassName
{
background-color: #5EEDBE;
}
</style>
border-color css
<style>
span { border-color: #5EEDBE; }
span { border-color: rgb(94,237,190); }
td.TdClassName
{
border-color: #5EEDBE;
}
.TagClassName
{
border-color: #5EEDBE;
}
</style>