Shades of Downy #5EC8BC
Tints of Downy #5EC8BC
RGB
CMYK
RGB Variations
Color information
#5EC8BC (or 0x5EC8BC) is known color: Downy. HEX triplet: 5E, C8 and BC. RGB value is (94,200,188). Sum of RGB (Red+Green+Blue) = 94+200+188=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #5EC8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC8BC is #A13743. Grayscale: #A6A6A6. Windows color (decimal): -10565444 or 12372062. OLE color: 12372062.
HSL color Cylindrical-coordinate representation of color #5EC8BC: hue angle of 173.21º 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 #5EC8BC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 200 | 188 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.22 |
| HSL | 173.21º | 0.49% | 0.58% | - |
| HSV(B) | 173.21º | 0.53% | 0.78% | - |
| XYZ | 34.35 | 47.32 | 54.9 | - |
| YUV | 166.94 | 139.88 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 188 | 0.53 | 0 | 0.06 | 0.22 | 173.21 | 0.49 | 0.58 |
| Hex | 5E | C8 | BC | 35 | 0 | 6 | 16 | AD | 31 | 3A |
| Octal | 136 | 310 | 274 | 65 | 0 | 6 | 26 | 255 | 61 | 72 |
| Binary | 1011110 | 11001000 | 10111100 | 110101 | 0 | 110 | 10110 | 10101101 | 110001 | 111010 |
Color Harmonies of #5EC8BC
Complementary color
Monochromatic Colors of #5EC8BC
Black with #5EC8BC
Text Example
Text Example
White with #5EC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC8BC; }
p { color: rgb(94,200,188); }
H1.HeaderClassName
{
color: #5EC8BC;
}
.AnyTagClassName
{
color: #5EC8BC;
}
</style>
background-color css
<style>
a { background-color: #5EC8BC; }
a { background-color: rgb(94,200,188); }
div.DivClassName
{
background-color: #5EC8BC;
}
.BgClassName
{
background-color: #5EC8BC;
}
</style>
border-color css
<style>
span { border-color: #5EC8BC; }
span { border-color: rgb(94,200,188); }
td.TdClassName
{
border-color: #5EC8BC;
}
.TagClassName
{
border-color: #5EC8BC;
}
</style>