Shades of Downy #5ECCB9
Tints of Downy #5ECCB9
RGB
CMYK
RGB Variations
Color information
#5ECCB9 (or 0x5ECCB9) is known color: Downy. HEX triplet: 5E, CC and B9. RGB value is (94,204,185). Sum of RGB (Red+Green+Blue) = 94+204+185=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCB9 is #A13346. Grayscale: #A8A8A8. Windows color (decimal): -10564423 or 12176478. OLE color: 12176478.
HSL color Cylindrical-coordinate representation of color #5ECCB9: hue angle of 169.64º degrees, saturation: 0.52, 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 #5ECCB9 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 185 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.2 |
| HSL | 169.64º | 0.52% | 0.58% | - |
| HSV(B) | 169.64º | 0.54% | 0.8% | - |
| XYZ | 34.97 | 49.07 | 53.53 | - |
| YUV | 168.94 | 137.06 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 185 | 0.54 | 0 | 0.09 | 0.2 | 169.64 | 0.52 | 0.58 |
| Hex | 5E | CC | B9 | 36 | 0 | 9 | 14 | AA | 34 | 3A |
| Octal | 136 | 314 | 271 | 66 | 0 | 11 | 24 | 252 | 64 | 72 |
| Binary | 1011110 | 11001100 | 10111001 | 110110 | 0 | 1001 | 10100 | 10101010 | 110100 | 111010 |
Color Harmonies of #5ECCB9
Complementary color
Monochromatic Colors of #5ECCB9
Black with #5ECCB9
Text Example
Text Example
White with #5ECCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCB9; }
p { color: rgb(94,204,185); }
H1.HeaderClassName
{
color: #5ECCB9;
}
.AnyTagClassName
{
color: #5ECCB9;
}
</style>
background-color css
<style>
a { background-color: #5ECCB9; }
a { background-color: rgb(94,204,185); }
div.DivClassName
{
background-color: #5ECCB9;
}
.BgClassName
{
background-color: #5ECCB9;
}
</style>
border-color css
<style>
span { border-color: #5ECCB9; }
span { border-color: rgb(94,204,185); }
td.TdClassName
{
border-color: #5ECCB9;
}
.TagClassName
{
border-color: #5ECCB9;
}
</style>