Shades of Downy #5ECDC5
Tints of Downy #5ECDC5
RGB
CMYK
RGB Variations
Color information
#5ECDC5 (or 0x5ECDC5) is known color: Downy. HEX triplet: 5E, CD and C5. RGB value is (94,205,197). Sum of RGB (Red+Green+Blue) = 94+205+197=496 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.95% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDC5 is #A1323A. Grayscale: #AAAAAA. Windows color (decimal): -10564155 or 12963166. OLE color: 12963166.
HSL color Cylindrical-coordinate representation of color #5ECDC5: hue angle of 175.68º 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 #5ECDC5 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 197 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.20 |
| HSL | 175.68º | 0.53% | 0.59% | - |
| HSV(B) | 175.68º | 0.54% | 0.8% | - |
| XYZ | 36.53 | 50.07 | 60.56 | - |
| YUV | 170.9 | 142.73 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 197 | 0.54 | 0 | 0.04 | 0.20 | 175.68 | 0.53 | 0.59 |
| Hex | 5E | CD | C5 | 36 | 0 | 4 | 14 | B0 | 35 | 3B |
| Octal | 136 | 315 | 305 | 66 | 0 | 4 | 24 | 260 | 65 | 73 |
| Binary | 1011110 | 11001101 | 11000101 | 110110 | 0 | 100 | 10100 | 10110000 | 110101 | 111011 |
Color Harmonies of #5ECDC5
Complementary color
Monochromatic Colors of #5ECDC5
Black with #5ECDC5
Text Example
Text Example
White with #5ECDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDC5; }
p { color: rgb(94,205,197); }
H1.HeaderClassName
{
color: #5ECDC5;
}
.AnyTagClassName
{
color: #5ECDC5;
}
</style>
background-color css
<style>
a { background-color: #5ECDC5; }
a { background-color: rgb(94,205,197); }
div.DivClassName
{
background-color: #5ECDC5;
}
.BgClassName
{
background-color: #5ECDC5;
}
</style>
border-color css
<style>
span { border-color: #5ECDC5; }
span { border-color: rgb(94,205,197); }
td.TdClassName
{
border-color: #5ECDC5;
}
.TagClassName
{
border-color: #5ECDC5;
}
</style>