Shades of Downy #5ECBC0
Tints of Downy #5ECBC0
RGB
CMYK
RGB Variations
Color information
#5ECBC0 (or 0x5ECBC0) is known color: Downy. HEX triplet: 5E, CB and C0. RGB value is (94,203,192). Sum of RGB (Red+Green+Blue) = 94+203+192=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBC0 is #A1343F. Grayscale: #A9A9A9. Windows color (decimal): -10564672 or 12634974. OLE color: 12634974.
HSL color Cylindrical-coordinate representation of color #5ECBC0: hue angle of 173.94º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECBC0 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 192 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.20 |
| HSL | 173.95º | 0.51% | 0.58% | - |
| HSV(B) | 173.95º | 0.54% | 0.8% | - |
| XYZ | 35.49 | 48.9 | 57.44 | - |
| YUV | 169.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 192 | 0.54 | 0 | 0.05 | 0.20 | 173.95 | 0.51 | 0.58 |
| Hex | 5E | CB | C0 | 36 | 0 | 5 | 14 | AE | 33 | 3A |
| Octal | 136 | 313 | 300 | 66 | 0 | 5 | 24 | 256 | 63 | 72 |
| Binary | 1011110 | 11001011 | 11000000 | 110110 | 0 | 101 | 10100 | 10101110 | 110011 | 111010 |
Color Harmonies of #5ECBC0
Complementary color
Monochromatic Colors of #5ECBC0
Black with #5ECBC0
Text Example
Text Example
White with #5ECBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBC0; }
p { color: rgb(94,203,192); }
H1.HeaderClassName
{
color: #5ECBC0;
}
.AnyTagClassName
{
color: #5ECBC0;
}
</style>
background-color css
<style>
a { background-color: #5ECBC0; }
a { background-color: rgb(94,203,192); }
div.DivClassName
{
background-color: #5ECBC0;
}
.BgClassName
{
background-color: #5ECBC0;
}
</style>
border-color css
<style>
span { border-color: #5ECBC0; }
span { border-color: rgb(94,203,192); }
td.TdClassName
{
border-color: #5ECBC0;
}
.TagClassName
{
border-color: #5ECBC0;
}
</style>