Shades of Downy #5ECEC0
Tints of Downy #5ECEC0
RGB
CMYK
RGB Variations
Color information
#5ECEC0 (or 0x5ECEC0) is known color: Downy. HEX triplet: 5E, CE and C0. RGB value is (94,206,192). Sum of RGB (Red+Green+Blue) = 94+206+192=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECEC0 is #A1313F. Grayscale: #AAAAAA. Windows color (decimal): -10563904 or 12635742. OLE color: 12635742.
HSL color Cylindrical-coordinate representation of color #5ECEC0: hue angle of 172.5º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECEC0 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 192 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.19 |
| HSL | 172.5º | 0.53% | 0.59% | - |
| HSV(B) | 172.5º | 0.54% | 0.81% | - |
| XYZ | 36.2 | 50.33 | 57.68 | - |
| YUV | 170.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 192 | 0.54 | 0 | 0.07 | 0.19 | 172.5 | 0.53 | 0.59 |
| Hex | 5E | CE | C0 | 36 | 0 | 7 | 13 | AC | 35 | 3B |
| Octal | 136 | 316 | 300 | 66 | 0 | 7 | 23 | 254 | 65 | 73 |
| Binary | 1011110 | 11001110 | 11000000 | 110110 | 0 | 111 | 10011 | 10101100 | 110101 | 111011 |
Color Harmonies of #5ECEC0
Complementary color
Monochromatic Colors of #5ECEC0
Black with #5ECEC0
Text Example
Text Example
White with #5ECEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEC0; }
p { color: rgb(94,206,192); }
H1.HeaderClassName
{
color: #5ECEC0;
}
.AnyTagClassName
{
color: #5ECEC0;
}
</style>
background-color css
<style>
a { background-color: #5ECEC0; }
a { background-color: rgb(94,206,192); }
div.DivClassName
{
background-color: #5ECEC0;
}
.BgClassName
{
background-color: #5ECEC0;
}
</style>
border-color css
<style>
span { border-color: #5ECEC0; }
span { border-color: rgb(94,206,192); }
td.TdClassName
{
border-color: #5ECEC0;
}
.TagClassName
{
border-color: #5ECEC0;
}
</style>