Shades of Downy #5ECBBB
Tints of Downy #5ECBBB
RGB
CMYK
RGB Variations
Color information
#5ECBBB (or 0x5ECBBB) is known color: Downy. HEX triplet: 5E, CB and BB. RGB value is (94,203,187). Sum of RGB (Red+Green+Blue) = 94+203+187=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBBB is #A13444. Grayscale: #A8A8A8. Windows color (decimal): -10564677 or 12307294. OLE color: 12307294.
HSL color Cylindrical-coordinate representation of color #5ECBBB: hue angle of 171.19º 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 #5ECBBB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 187 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.20 |
| HSL | 171.19º | 0.51% | 0.58% | - |
| HSV(B) | 171.19º | 0.54% | 0.8% | - |
| XYZ | 34.94 | 48.68 | 54.57 | - |
| YUV | 168.59 | 138.39 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 187 | 0.54 | 0 | 0.08 | 0.20 | 171.19 | 0.51 | 0.58 |
| Hex | 5E | CB | BB | 36 | 0 | 8 | 14 | AB | 33 | 3A |
| Octal | 136 | 313 | 273 | 66 | 0 | 10 | 24 | 253 | 63 | 72 |
| Binary | 1011110 | 11001011 | 10111011 | 110110 | 0 | 1000 | 10100 | 10101011 | 110011 | 111010 |
Color Harmonies of #5ECBBB
Complementary color
Monochromatic Colors of #5ECBBB
Black with #5ECBBB
Text Example
Text Example
White with #5ECBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBBB; }
p { color: rgb(94,203,187); }
H1.HeaderClassName
{
color: #5ECBBB;
}
.AnyTagClassName
{
color: #5ECBBB;
}
</style>
background-color css
<style>
a { background-color: #5ECBBB; }
a { background-color: rgb(94,203,187); }
div.DivClassName
{
background-color: #5ECBBB;
}
.BgClassName
{
background-color: #5ECBBB;
}
</style>
border-color css
<style>
span { border-color: #5ECBBB; }
span { border-color: rgb(94,203,187); }
td.TdClassName
{
border-color: #5ECBBB;
}
.TagClassName
{
border-color: #5ECBBB;
}
</style>