Shades of Downy #5ECDBD
Tints of Downy #5ECDBD
RGB
CMYK
RGB Variations
Color information
#5ECDBD (or 0x5ECDBD) is known color: Downy. HEX triplet: 5E, CD and BD. RGB value is (94,205,189). Sum of RGB (Red+Green+Blue) = 94+205+189=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDBD is #A13242. Grayscale: #A9A9A9. Windows color (decimal): -10564163 or 12438878. OLE color: 12438878.
HSL color Cylindrical-coordinate representation of color #5ECDBD: hue angle of 171.35º 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 #5ECDBD is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 189 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.20 |
| HSL | 171.35º | 0.53% | 0.59% | - |
| HSV(B) | 171.35º | 0.54% | 0.8% | - |
| XYZ | 35.63 | 49.72 | 55.86 | - |
| YUV | 169.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 189 | 0.54 | 0 | 0.08 | 0.20 | 171.35 | 0.53 | 0.59 |
| Hex | 5E | CD | BD | 36 | 0 | 8 | 14 | AB | 35 | 3B |
| Octal | 136 | 315 | 275 | 66 | 0 | 10 | 24 | 253 | 65 | 73 |
| Binary | 1011110 | 11001101 | 10111101 | 110110 | 0 | 1000 | 10100 | 10101011 | 110101 | 111011 |
Color Harmonies of #5ECDBD
Complementary color
Monochromatic Colors of #5ECDBD
Black with #5ECDBD
Text Example
Text Example
White with #5ECDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDBD; }
p { color: rgb(94,205,189); }
H1.HeaderClassName
{
color: #5ECDBD;
}
.AnyTagClassName
{
color: #5ECDBD;
}
</style>
background-color css
<style>
a { background-color: #5ECDBD; }
a { background-color: rgb(94,205,189); }
div.DivClassName
{
background-color: #5ECDBD;
}
.BgClassName
{
background-color: #5ECDBD;
}
</style>
border-color css
<style>
span { border-color: #5ECDBD; }
span { border-color: rgb(94,205,189); }
td.TdClassName
{
border-color: #5ECDBD;
}
.TagClassName
{
border-color: #5ECDBD;
}
</style>