Shades of Downy #5ECDC3
Tints of Downy #5ECDC3
RGB
CMYK
RGB Variations
Color information
#5ECDC3 (or 0x5ECDC3) is known color: Downy. HEX triplet: 5E, CD and C3. RGB value is (94,205,195). Sum of RGB (Red+Green+Blue) = 94+205+195=494 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.03% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDC3 is #A1323C. Grayscale: #AAAAAA. Windows color (decimal): -10564157 or 12832094. OLE color: 12832094.
HSL color Cylindrical-coordinate representation of color #5ECDC3: hue angle of 174.59º 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 #5ECDC3 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 195 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.20 |
| HSL | 174.59º | 0.53% | 0.59% | - |
| HSV(B) | 174.59º | 0.54% | 0.8% | - |
| XYZ | 36.3 | 49.98 | 59.36 | - |
| YUV | 170.67 | 141.73 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 195 | 0.54 | 0 | 0.05 | 0.20 | 174.59 | 0.53 | 0.59 |
| Hex | 5E | CD | C3 | 36 | 0 | 5 | 14 | AF | 35 | 3B |
| Octal | 136 | 315 | 303 | 66 | 0 | 5 | 24 | 257 | 65 | 73 |
| Binary | 1011110 | 11001101 | 11000011 | 110110 | 0 | 101 | 10100 | 10101111 | 110101 | 111011 |
Color Harmonies of #5ECDC3
Complementary color
Monochromatic Colors of #5ECDC3
Black with #5ECDC3
Text Example
Text Example
White with #5ECDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDC3; }
p { color: rgb(94,205,195); }
H1.HeaderClassName
{
color: #5ECDC3;
}
.AnyTagClassName
{
color: #5ECDC3;
}
</style>
background-color css
<style>
a { background-color: #5ECDC3; }
a { background-color: rgb(94,205,195); }
div.DivClassName
{
background-color: #5ECDC3;
}
.BgClassName
{
background-color: #5ECDC3;
}
</style>
border-color css
<style>
span { border-color: #5ECDC3; }
span { border-color: rgb(94,205,195); }
td.TdClassName
{
border-color: #5ECDC3;
}
.TagClassName
{
border-color: #5ECDC3;
}
</style>