Shades of Downy #5EDBBC
Tints of Downy #5EDBBC
RGB
CMYK
RGB Variations
Color information
#5EDBBC (or 0x5EDBBC) is known color: Downy. HEX triplet: 5E, DB and BC. RGB value is (94,219,188). Sum of RGB (Red+Green+Blue) = 94+219+188=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBBC is #A12443. Grayscale: #B2B2B2. Windows color (decimal): -10560580 or 12376926. OLE color: 12376926.
HSL color Cylindrical-coordinate representation of color #5EDBBC: hue angle of 165.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBBC is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 188 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.14 |
| HSL | 165.12º | 0.63% | 0.61% | - |
| HSV(B) | 165.12º | 0.57% | 0.86% | - |
| XYZ | 39.02 | 56.67 | 56.46 | - |
| YUV | 178.09 | 133.59 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 188 | 0.57 | 0 | 0.14 | 0.14 | 165.12 | 0.63 | 0.61 |
| Hex | 5E | DB | BC | 39 | 0 | E | E | A5 | 3F | 3D |
| Octal | 136 | 333 | 274 | 71 | 0 | 16 | 16 | 245 | 77 | 75 |
| Binary | 1011110 | 11011011 | 10111100 | 111001 | 0 | 1110 | 1110 | 10100101 | 111111 | 111101 |
Color Harmonies of #5EDBBC
Complementary color
Monochromatic Colors of #5EDBBC
Black with #5EDBBC
Text Example
Text Example
White with #5EDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBBC; }
p { color: rgb(94,219,188); }
H1.HeaderClassName
{
color: #5EDBBC;
}
.AnyTagClassName
{
color: #5EDBBC;
}
</style>
background-color css
<style>
a { background-color: #5EDBBC; }
a { background-color: rgb(94,219,188); }
div.DivClassName
{
background-color: #5EDBBC;
}
.BgClassName
{
background-color: #5EDBBC;
}
</style>
border-color css
<style>
span { border-color: #5EDBBC; }
span { border-color: rgb(94,219,188); }
td.TdClassName
{
border-color: #5EDBBC;
}
.TagClassName
{
border-color: #5EDBBC;
}
</style>