Shades of Downy #5ECEBB
Tints of Downy #5ECEBB
RGB
CMYK
RGB Variations
Color information
#5ECEBB (or 0x5ECEBB) is known color: Downy. HEX triplet: 5E, CE and BB. RGB value is (94,206,187). Sum of RGB (Red+Green+Blue) = 94+206+187=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECEBB is #A13144. Grayscale: #AAAAAA. Windows color (decimal): -10563909 or 12308062. OLE color: 12308062.
HSL color Cylindrical-coordinate representation of color #5ECEBB: hue angle of 169.82º 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 #5ECEBB is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 187 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.19 |
| HSL | 169.82º | 0.53% | 0.59% | - |
| HSV(B) | 169.82º | 0.54% | 0.81% | - |
| XYZ | 35.66 | 50.11 | 54.81 | - |
| YUV | 170.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 187 | 0.54 | 0 | 0.09 | 0.19 | 169.82 | 0.53 | 0.59 |
| Hex | 5E | CE | BB | 36 | 0 | 9 | 13 | AA | 35 | 3B |
| Octal | 136 | 316 | 273 | 66 | 0 | 11 | 23 | 252 | 65 | 73 |
| Binary | 1011110 | 11001110 | 10111011 | 110110 | 0 | 1001 | 10011 | 10101010 | 110101 | 111011 |
Color Harmonies of #5ECEBB
Complementary color
Monochromatic Colors of #5ECEBB
Black with #5ECEBB
Text Example
Text Example
White with #5ECEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEBB; }
p { color: rgb(94,206,187); }
H1.HeaderClassName
{
color: #5ECEBB;
}
.AnyTagClassName
{
color: #5ECEBB;
}
</style>
background-color css
<style>
a { background-color: #5ECEBB; }
a { background-color: rgb(94,206,187); }
div.DivClassName
{
background-color: #5ECEBB;
}
.BgClassName
{
background-color: #5ECEBB;
}
</style>
border-color css
<style>
span { border-color: #5ECEBB; }
span { border-color: rgb(94,206,187); }
td.TdClassName
{
border-color: #5ECEBB;
}
.TagClassName
{
border-color: #5ECEBB;
}
</style>