Shades of Downy #5ED8CB
Tints of Downy #5ED8CB
RGB
CMYK
RGB Variations
Color information
#5ED8CB (or 0x5ED8CB) is known color: Downy. HEX triplet: 5E, D8 and CB. RGB value is (94,216,203). Sum of RGB (Red+Green+Blue) = 94+216+203=513 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.32% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED8CB is #A12734. Grayscale: #B1B1B1. Windows color (decimal): -10561333 or 13359198. OLE color: 13359198.
HSL color Cylindrical-coordinate representation of color #5ED8CB: hue angle of 173.61º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED8CB is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 216 | 203 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.15 |
| HSL | 173.61º | 0.61% | 0.61% | - |
| HSV(B) | 173.61º | 0.56% | 0.85% | - |
| XYZ | 39.95 | 55.8 | 65.17 | - |
| YUV | 178.04 | 142.08 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 216 | 203 | 0.56 | 0 | 0.06 | 0.15 | 173.61 | 0.61 | 0.61 |
| Hex | 5E | D8 | CB | 38 | 0 | 6 | F | AE | 3D | 3D |
| Octal | 136 | 330 | 313 | 70 | 0 | 6 | 17 | 256 | 75 | 75 |
| Binary | 1011110 | 11011000 | 11001011 | 111000 | 0 | 110 | 1111 | 10101110 | 111101 | 111101 |
Color Harmonies of #5ED8CB
Complementary color
Monochromatic Colors of #5ED8CB
Black with #5ED8CB
Text Example
Text Example
White with #5ED8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED8CB; }
p { color: rgb(94,216,203); }
H1.HeaderClassName
{
color: #5ED8CB;
}
.AnyTagClassName
{
color: #5ED8CB;
}
</style>
background-color css
<style>
a { background-color: #5ED8CB; }
a { background-color: rgb(94,216,203); }
div.DivClassName
{
background-color: #5ED8CB;
}
.BgClassName
{
background-color: #5ED8CB;
}
</style>
border-color css
<style>
span { border-color: #5ED8CB; }
span { border-color: rgb(94,216,203); }
td.TdClassName
{
border-color: #5ED8CB;
}
.TagClassName
{
border-color: #5ED8CB;
}
</style>