Shades of Downy #5EDCBD
Tints of Downy #5EDCBD
RGB
CMYK
RGB Variations
Color information
#5EDCBD (or 0x5EDCBD) is known color: Downy. HEX triplet: 5E, DC and BD. RGB value is (94,220,189). Sum of RGB (Red+Green+Blue) = 94+220+189=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDCBD is #A12342. Grayscale: #B2B2B2. Windows color (decimal): -10560323 or 12442718. OLE color: 12442718.
HSL color Cylindrical-coordinate representation of color #5EDCBD: hue angle of 165.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCBD is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 189 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.14 |
| HSL | 165.24º | 0.64% | 0.62% | - |
| HSV(B) | 165.24º | 0.57% | 0.86% | - |
| XYZ | 39.39 | 57.24 | 57.12 | - |
| YUV | 178.79 | 133.76 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 189 | 0.57 | 0 | 0.14 | 0.14 | 165.24 | 0.64 | 0.62 |
| Hex | 5E | DC | BD | 39 | 0 | E | E | A5 | 40 | 3E |
| Octal | 136 | 334 | 275 | 71 | 0 | 16 | 16 | 245 | 100 | 76 |
| Binary | 1011110 | 11011100 | 10111101 | 111001 | 0 | 1110 | 1110 | 10100101 | 1000000 | 111110 |
Color Harmonies of #5EDCBD
Complementary color
Monochromatic Colors of #5EDCBD
Black with #5EDCBD
Text Example
Text Example
White with #5EDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDCBD; }
p { color: rgb(94,220,189); }
H1.HeaderClassName
{
color: #5EDCBD;
}
.AnyTagClassName
{
color: #5EDCBD;
}
</style>
background-color css
<style>
a { background-color: #5EDCBD; }
a { background-color: rgb(94,220,189); }
div.DivClassName
{
background-color: #5EDCBD;
}
.BgClassName
{
background-color: #5EDCBD;
}
</style>
border-color css
<style>
span { border-color: #5EDCBD; }
span { border-color: rgb(94,220,189); }
td.TdClassName
{
border-color: #5EDCBD;
}
.TagClassName
{
border-color: #5EDCBD;
}
</style>