Shades of Downy #5ECEBF
Tints of Downy #5ECEBF
RGB
CMYK
RGB Variations
Color information
#5ECEBF (or 0x5ECEBF) is known color: Downy. HEX triplet: 5E, CE and BF. RGB value is (94,206,191). Sum of RGB (Red+Green+Blue) = 94+206+191=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECEBF is #A13140. Grayscale: #AAAAAA. Windows color (decimal): -10563905 or 12570206. OLE color: 12570206.
HSL color Cylindrical-coordinate representation of color #5ECEBF: hue angle of 171.96º 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 #5ECEBF is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 191 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.19 |
| HSL | 171.96º | 0.53% | 0.59% | - |
| HSV(B) | 171.96º | 0.54% | 0.81% | - |
| XYZ | 36.09 | 50.28 | 57.09 | - |
| YUV | 170.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 191 | 0.54 | 0 | 0.07 | 0.19 | 171.96 | 0.53 | 0.59 |
| Hex | 5E | CE | BF | 36 | 0 | 7 | 13 | AC | 35 | 3B |
| Octal | 136 | 316 | 277 | 66 | 0 | 7 | 23 | 254 | 65 | 73 |
| Binary | 1011110 | 11001110 | 10111111 | 110110 | 0 | 111 | 10011 | 10101100 | 110101 | 111011 |
Color Harmonies of #5ECEBF
Complementary color
Monochromatic Colors of #5ECEBF
Black with #5ECEBF
Text Example
Text Example
White with #5ECEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEBF; }
p { color: rgb(94,206,191); }
H1.HeaderClassName
{
color: #5ECEBF;
}
.AnyTagClassName
{
color: #5ECEBF;
}
</style>
background-color css
<style>
a { background-color: #5ECEBF; }
a { background-color: rgb(94,206,191); }
div.DivClassName
{
background-color: #5ECEBF;
}
.BgClassName
{
background-color: #5ECEBF;
}
</style>
border-color css
<style>
span { border-color: #5ECEBF; }
span { border-color: rgb(94,206,191); }
td.TdClassName
{
border-color: #5ECEBF;
}
.TagClassName
{
border-color: #5ECEBF;
}
</style>