Shades of Downy #5ECBBF
Tints of Downy #5ECBBF
RGB
CMYK
RGB Variations
Color information
#5ECBBF (or 0x5ECBBF) is known color: Downy. HEX triplet: 5E, CB and BF. RGB value is (94,203,191). Sum of RGB (Red+Green+Blue) = 94+203+191=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBBF is #A13440. Grayscale: #A8A8A8. Windows color (decimal): -10564673 or 12569438. OLE color: 12569438.
HSL color Cylindrical-coordinate representation of color #5ECBBF: hue angle of 173.39º 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 #5ECBBF is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 191 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.20 |
| HSL | 173.39º | 0.51% | 0.58% | - |
| HSV(B) | 173.39º | 0.54% | 0.8% | - |
| XYZ | 35.38 | 48.85 | 56.86 | - |
| YUV | 169.04 | 140.39 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 191 | 0.54 | 0 | 0.06 | 0.20 | 173.39 | 0.51 | 0.58 |
| Hex | 5E | CB | BF | 36 | 0 | 6 | 14 | AD | 33 | 3A |
| Octal | 136 | 313 | 277 | 66 | 0 | 6 | 24 | 255 | 63 | 72 |
| Binary | 1011110 | 11001011 | 10111111 | 110110 | 0 | 110 | 10100 | 10101101 | 110011 | 111010 |
Color Harmonies of #5ECBBF
Complementary color
Monochromatic Colors of #5ECBBF
Black with #5ECBBF
Text Example
Text Example
White with #5ECBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBBF; }
p { color: rgb(94,203,191); }
H1.HeaderClassName
{
color: #5ECBBF;
}
.AnyTagClassName
{
color: #5ECBBF;
}
</style>
background-color css
<style>
a { background-color: #5ECBBF; }
a { background-color: rgb(94,203,191); }
div.DivClassName
{
background-color: #5ECBBF;
}
.BgClassName
{
background-color: #5ECBBF;
}
</style>
border-color css
<style>
span { border-color: #5ECBBF; }
span { border-color: rgb(94,203,191); }
td.TdClassName
{
border-color: #5ECBBF;
}
.TagClassName
{
border-color: #5ECBBF;
}
</style>