Shades of Downy #5EC8BE
Tints of Downy #5EC8BE
RGB
CMYK
RGB Variations
Color information
#5EC8BE (or 0x5EC8BE) is known color: Downy. HEX triplet: 5E, C8 and BE. RGB value is (94,200,190). Sum of RGB (Red+Green+Blue) = 94+200+190=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #5EC8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC8BE is #A13741. Grayscale: #A7A7A7. Windows color (decimal): -10565442 or 12503134. OLE color: 12503134.
HSL color Cylindrical-coordinate representation of color #5EC8BE: hue angle of 174.34º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC8BE is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 200 | 190 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.22 |
| HSL | 174.34º | 0.49% | 0.58% | - |
| HSV(B) | 174.34º | 0.53% | 0.78% | - |
| XYZ | 34.56 | 47.41 | 56.04 | - |
| YUV | 167.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 190 | 0.53 | 0 | 0.05 | 0.22 | 174.34 | 0.49 | 0.58 |
| Hex | 5E | C8 | BE | 35 | 0 | 5 | 16 | AE | 31 | 3A |
| Octal | 136 | 310 | 276 | 65 | 0 | 5 | 26 | 256 | 61 | 72 |
| Binary | 1011110 | 11001000 | 10111110 | 110101 | 0 | 101 | 10110 | 10101110 | 110001 | 111010 |
Color Harmonies of #5EC8BE
Complementary color
Monochromatic Colors of #5EC8BE
Black with #5EC8BE
Text Example
Text Example
White with #5EC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC8BE; }
p { color: rgb(94,200,190); }
H1.HeaderClassName
{
color: #5EC8BE;
}
.AnyTagClassName
{
color: #5EC8BE;
}
</style>
background-color css
<style>
a { background-color: #5EC8BE; }
a { background-color: rgb(94,200,190); }
div.DivClassName
{
background-color: #5EC8BE;
}
.BgClassName
{
background-color: #5EC8BE;
}
</style>
border-color css
<style>
span { border-color: #5EC8BE; }
span { border-color: rgb(94,200,190); }
td.TdClassName
{
border-color: #5EC8BE;
}
.TagClassName
{
border-color: #5EC8BE;
}
</style>