Shades of Downy #5EC4BE
Tints of Downy #5EC4BE
RGB
CMYK
RGB Variations
Color information
#5EC4BE (or 0x5EC4BE) is known color: Downy. HEX triplet: 5E, C4 and BE. RGB value is (94,196,190). Sum of RGB (Red+Green+Blue) = 94+196+190=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC4BE is #A13B41. Grayscale: #A4A4A4. Windows color (decimal): -10566466 or 12502110. OLE color: 12502110.
HSL color Cylindrical-coordinate representation of color #5EC4BE: hue angle of 176.47º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC4BE is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 190 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.23 |
| HSL | 176.47º | 0.46% | 0.57% | - |
| HSV(B) | 176.47º | 0.52% | 0.77% | - |
| XYZ | 33.65 | 45.58 | 55.74 | - |
| YUV | 164.82 | 142.21 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 190 | 0.52 | 0 | 0.03 | 0.23 | 176.47 | 0.46 | 0.57 |
| Hex | 5E | C4 | BE | 34 | 0 | 3 | 17 | B0 | 2E | 39 |
| Octal | 136 | 304 | 276 | 64 | 0 | 3 | 27 | 260 | 56 | 71 |
| Binary | 1011110 | 11000100 | 10111110 | 110100 | 0 | 11 | 10111 | 10110000 | 101110 | 111001 |
Color Harmonies of #5EC4BE
Complementary color
Monochromatic Colors of #5EC4BE
Black with #5EC4BE
Text Example
Text Example
White with #5EC4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC4BE; }
p { color: rgb(94,196,190); }
H1.HeaderClassName
{
color: #5EC4BE;
}
.AnyTagClassName
{
color: #5EC4BE;
}
</style>
background-color css
<style>
a { background-color: #5EC4BE; }
a { background-color: rgb(94,196,190); }
div.DivClassName
{
background-color: #5EC4BE;
}
.BgClassName
{
background-color: #5EC4BE;
}
</style>
border-color css
<style>
span { border-color: #5EC4BE; }
span { border-color: rgb(94,196,190); }
td.TdClassName
{
border-color: #5EC4BE;
}
.TagClassName
{
border-color: #5EC4BE;
}
</style>