Shades of Downy #5ECBBD
Tints of Downy #5ECBBD
RGB
CMYK
RGB Variations
Color information
#5ECBBD (or 0x5ECBBD) is known color: Downy. HEX triplet: 5E, CB and BD. RGB value is (94,203,189). Sum of RGB (Red+Green+Blue) = 94+203+189=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBBD is #A13442. Grayscale: #A8A8A8. Windows color (decimal): -10564675 or 12438366. OLE color: 12438366.
HSL color Cylindrical-coordinate representation of color #5ECBBD: hue angle of 172.29º 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 #5ECBBD is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 189 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.20 |
| HSL | 172.29º | 0.51% | 0.58% | - |
| HSV(B) | 172.29º | 0.54% | 0.8% | - |
| XYZ | 35.16 | 48.77 | 55.7 | - |
| YUV | 168.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 189 | 0.54 | 0 | 0.07 | 0.20 | 172.29 | 0.51 | 0.58 |
| Hex | 5E | CB | BD | 36 | 0 | 7 | 14 | AC | 33 | 3A |
| Octal | 136 | 313 | 275 | 66 | 0 | 7 | 24 | 254 | 63 | 72 |
| Binary | 1011110 | 11001011 | 10111101 | 110110 | 0 | 111 | 10100 | 10101100 | 110011 | 111010 |
Color Harmonies of #5ECBBD
Complementary color
Monochromatic Colors of #5ECBBD
Black with #5ECBBD
Text Example
Text Example
White with #5ECBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBBD; }
p { color: rgb(94,203,189); }
H1.HeaderClassName
{
color: #5ECBBD;
}
.AnyTagClassName
{
color: #5ECBBD;
}
</style>
background-color css
<style>
a { background-color: #5ECBBD; }
a { background-color: rgb(94,203,189); }
div.DivClassName
{
background-color: #5ECBBD;
}
.BgClassName
{
background-color: #5ECBBD;
}
</style>
border-color css
<style>
span { border-color: #5ECBBD; }
span { border-color: rgb(94,203,189); }
td.TdClassName
{
border-color: #5ECBBD;
}
.TagClassName
{
border-color: #5ECBBD;
}
</style>