Shades of Downy #5EEEBD
Tints of Downy #5EEEBD
RGB
CMYK
RGB Variations
Color information
#5EEEBD (or 0x5EEEBD) is known color: Downy. HEX triplet: 5E, EE and BD. RGB value is (94,238,189). Sum of RGB (Red+Green+Blue) = 94+238+189=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #5EEEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEEBD is #A11142. Grayscale: #BDBDBD. Windows color (decimal): -10555715 or 12447326. OLE color: 12447326.
HSL color Cylindrical-coordinate representation of color #5EEEBD: hue angle of 159.58º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEEBD is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 238 | 189 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.07 |
| HSL | 159.58º | 0.81% | 0.65% | - |
| HSV(B) | 159.58º | 0.61% | 0.93% | - |
| XYZ | 44.38 | 67.2 | 58.78 | - |
| YUV | 189.36 | 127.79 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 238 | 189 | 0.61 | 0 | 0.21 | 0.07 | 159.58 | 0.81 | 0.65 |
| Hex | 5E | EE | BD | 3D | 0 | 15 | 7 | A0 | 51 | 41 |
| Octal | 136 | 356 | 275 | 75 | 0 | 25 | 7 | 240 | 121 | 101 |
| Binary | 1011110 | 11101110 | 10111101 | 111101 | 0 | 10101 | 111 | 10100000 | 1010001 | 1000001 |
Color Harmonies of #5EEEBD
Complementary color
Monochromatic Colors of #5EEEBD
Black with #5EEEBD
Text Example
Text Example
White with #5EEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEEBD; }
p { color: rgb(94,238,189); }
H1.HeaderClassName
{
color: #5EEEBD;
}
.AnyTagClassName
{
color: #5EEEBD;
}
</style>
background-color css
<style>
a { background-color: #5EEEBD; }
a { background-color: rgb(94,238,189); }
div.DivClassName
{
background-color: #5EEEBD;
}
.BgClassName
{
background-color: #5EEEBD;
}
</style>
border-color css
<style>
span { border-color: #5EEEBD; }
span { border-color: rgb(94,238,189); }
td.TdClassName
{
border-color: #5EEEBD;
}
.TagClassName
{
border-color: #5EEEBD;
}
</style>