Shades of Downy #5ECDB8
Tints of Downy #5ECDB8
RGB
CMYK
RGB Variations
Color information
#5ECDB8 (or 0x5ECDB8) is known color: Downy. HEX triplet: 5E, CD and B8. RGB value is (94,205,184). Sum of RGB (Red+Green+Blue) = 94+205+184=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDB8 is #A13247. Grayscale: #A9A9A9. Windows color (decimal): -10564168 or 12111198. OLE color: 12111198.
HSL color Cylindrical-coordinate representation of color #5ECDB8: hue angle of 168.65º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECDB8 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 184 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.20 |
| HSL | 168.65º | 0.53% | 0.59% | - |
| HSV(B) | 168.65º | 0.54% | 0.8% | - |
| XYZ | 35.1 | 49.5 | 53.05 | - |
| YUV | 169.42 | 136.23 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 184 | 0.54 | 0 | 0.10 | 0.20 | 168.65 | 0.53 | 0.59 |
| Hex | 5E | CD | B8 | 36 | 0 | A | 14 | A9 | 35 | 3B |
| Octal | 136 | 315 | 270 | 66 | 0 | 12 | 24 | 251 | 65 | 73 |
| Binary | 1011110 | 11001101 | 10111000 | 110110 | 0 | 1010 | 10100 | 10101001 | 110101 | 111011 |
Color Harmonies of #5ECDB8
Complementary color
Monochromatic Colors of #5ECDB8
Black with #5ECDB8
Text Example
Text Example
White with #5ECDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDB8; }
p { color: rgb(94,205,184); }
H1.HeaderClassName
{
color: #5ECDB8;
}
.AnyTagClassName
{
color: #5ECDB8;
}
</style>
background-color css
<style>
a { background-color: #5ECDB8; }
a { background-color: rgb(94,205,184); }
div.DivClassName
{
background-color: #5ECDB8;
}
.BgClassName
{
background-color: #5ECDB8;
}
</style>
border-color css
<style>
span { border-color: #5ECDB8; }
span { border-color: rgb(94,205,184); }
td.TdClassName
{
border-color: #5ECDB8;
}
.TagClassName
{
border-color: #5ECDB8;
}
</style>