Shades of Downy #5EDEBC
Tints of Downy #5EDEBC
RGB
CMYK
RGB Variations
Color information
#5EDEBC (or 0x5EDEBC) is known color: Downy. HEX triplet: 5E, DE and BC. RGB value is (94,222,188). Sum of RGB (Red+Green+Blue) = 94+222+188=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDEBC is #A12143. Grayscale: #B3B3B3. Windows color (decimal): -10559812 or 12377694. OLE color: 12377694.
HSL color Cylindrical-coordinate representation of color #5EDEBC: hue angle of 164.06º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDEBC is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 222 | 188 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.13 |
| HSL | 164.06º | 0.66% | 0.62% | - |
| HSV(B) | 164.06º | 0.58% | 0.87% | - |
| XYZ | 39.81 | 58.25 | 56.72 | - |
| YUV | 179.85 | 132.59 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 188 | 0.58 | 0 | 0.15 | 0.13 | 164.06 | 0.66 | 0.62 |
| Hex | 5E | DE | BC | 3A | 0 | F | D | A4 | 42 | 3E |
| Octal | 136 | 336 | 274 | 72 | 0 | 17 | 15 | 244 | 102 | 76 |
| Binary | 1011110 | 11011110 | 10111100 | 111010 | 0 | 1111 | 1101 | 10100100 | 1000010 | 111110 |
Color Harmonies of #5EDEBC
Complementary color
Monochromatic Colors of #5EDEBC
Black with #5EDEBC
Text Example
Text Example
White with #5EDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDEBC; }
p { color: rgb(94,222,188); }
H1.HeaderClassName
{
color: #5EDEBC;
}
.AnyTagClassName
{
color: #5EDEBC;
}
</style>
background-color css
<style>
a { background-color: #5EDEBC; }
a { background-color: rgb(94,222,188); }
div.DivClassName
{
background-color: #5EDEBC;
}
.BgClassName
{
background-color: #5EDEBC;
}
</style>
border-color css
<style>
span { border-color: #5EDEBC; }
span { border-color: rgb(94,222,188); }
td.TdClassName
{
border-color: #5EDEBC;
}
.TagClassName
{
border-color: #5EDEBC;
}
</style>