Shades of Downy #5ECDBC
Tints of Downy #5ECDBC
RGB
CMYK
RGB Variations
Color information
#5ECDBC (or 0x5ECDBC) is known color: Downy. HEX triplet: 5E, CD and BC. RGB value is (94,205,188). Sum of RGB (Red+Green+Blue) = 94+205+188=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDBC is #A13243. Grayscale: #A9A9A9. Windows color (decimal): -10564164 or 12373342. OLE color: 12373342.
HSL color Cylindrical-coordinate representation of color #5ECDBC: hue angle of 170.81º 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 #5ECDBC is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 188 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.20 |
| HSL | 170.81º | 0.53% | 0.59% | - |
| HSV(B) | 170.81º | 0.54% | 0.8% | - |
| XYZ | 35.52 | 49.67 | 55.29 | - |
| YUV | 169.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 188 | 0.54 | 0 | 0.08 | 0.20 | 170.81 | 0.53 | 0.59 |
| Hex | 5E | CD | BC | 36 | 0 | 8 | 14 | AB | 35 | 3B |
| Octal | 136 | 315 | 274 | 66 | 0 | 10 | 24 | 253 | 65 | 73 |
| Binary | 1011110 | 11001101 | 10111100 | 110110 | 0 | 1000 | 10100 | 10101011 | 110101 | 111011 |
Color Harmonies of #5ECDBC
Complementary color
Monochromatic Colors of #5ECDBC
Black with #5ECDBC
Text Example
Text Example
White with #5ECDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDBC; }
p { color: rgb(94,205,188); }
H1.HeaderClassName
{
color: #5ECDBC;
}
.AnyTagClassName
{
color: #5ECDBC;
}
</style>
background-color css
<style>
a { background-color: #5ECDBC; }
a { background-color: rgb(94,205,188); }
div.DivClassName
{
background-color: #5ECDBC;
}
.BgClassName
{
background-color: #5ECDBC;
}
</style>
border-color css
<style>
span { border-color: #5ECDBC; }
span { border-color: rgb(94,205,188); }
td.TdClassName
{
border-color: #5ECDBC;
}
.TagClassName
{
border-color: #5ECDBC;
}
</style>