Shades of Downy #5EECBD
Tints of Downy #5EECBD
RGB
CMYK
RGB Variations
Color information
#5EECBD (or 0x5EECBD) is known color: Downy. HEX triplet: 5E, EC and BD. RGB value is (94,236,189). Sum of RGB (Red+Green+Blue) = 94+236+189=519 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.11% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #5EECBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EECBD is #A11342. Grayscale: #BCBCBC. Windows color (decimal): -10556227 or 12446814. OLE color: 12446814.
HSL color Cylindrical-coordinate representation of color #5EECBD: hue angle of 160.14º degrees, saturation: 0.79, 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 #5EECBD is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 189 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.07 |
| HSL | 160.14º | 0.79% | 0.65% | - |
| HSV(B) | 160.14º | 0.6% | 0.93% | - |
| XYZ | 43.8 | 66.04 | 58.58 | - |
| YUV | 188.18 | 128.46 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 189 | 0.60 | 0 | 0.20 | 0.07 | 160.14 | 0.79 | 0.65 |
| Hex | 5E | EC | BD | 3C | 0 | 14 | 7 | A0 | 4F | 41 |
| Octal | 136 | 354 | 275 | 74 | 0 | 24 | 7 | 240 | 117 | 101 |
| Binary | 1011110 | 11101100 | 10111101 | 111100 | 0 | 10100 | 111 | 10100000 | 1001111 | 1000001 |
Color Harmonies of #5EECBD
Complementary color
Monochromatic Colors of #5EECBD
Black with #5EECBD
Text Example
Text Example
White with #5EECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EECBD; }
p { color: rgb(94,236,189); }
H1.HeaderClassName
{
color: #5EECBD;
}
.AnyTagClassName
{
color: #5EECBD;
}
</style>
background-color css
<style>
a { background-color: #5EECBD; }
a { background-color: rgb(94,236,189); }
div.DivClassName
{
background-color: #5EECBD;
}
.BgClassName
{
background-color: #5EECBD;
}
</style>
border-color css
<style>
span { border-color: #5EECBD; }
span { border-color: rgb(94,236,189); }
td.TdClassName
{
border-color: #5EECBD;
}
.TagClassName
{
border-color: #5EECBD;
}
</style>