Shades of Downy #5EDBBD
Tints of Downy #5EDBBD
RGB
CMYK
RGB Variations
Color information
#5EDBBD (or 0x5EDBBD) is known color: Downy. HEX triplet: 5E, DB and BD. RGB value is (94,219,189). Sum of RGB (Red+Green+Blue) = 94+219+189=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBBD is #A12442. Grayscale: #B2B2B2. Windows color (decimal): -10560579 or 12442462. OLE color: 12442462.
HSL color Cylindrical-coordinate representation of color #5EDBBD: hue angle of 165.6º 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 #5EDBBD is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 189 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.14 |
| HSL | 165.6º | 0.63% | 0.61% | - |
| HSV(B) | 165.6º | 0.57% | 0.86% | - |
| XYZ | 39.13 | 56.72 | 57.03 | - |
| YUV | 178.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 189 | 0.57 | 0 | 0.14 | 0.14 | 165.6 | 0.63 | 0.61 |
| Hex | 5E | DB | BD | 39 | 0 | E | E | A6 | 3F | 3D |
| Octal | 136 | 333 | 275 | 71 | 0 | 16 | 16 | 246 | 77 | 75 |
| Binary | 1011110 | 11011011 | 10111101 | 111001 | 0 | 1110 | 1110 | 10100110 | 111111 | 111101 |
Color Harmonies of #5EDBBD
Complementary color
Monochromatic Colors of #5EDBBD
Black with #5EDBBD
Text Example
Text Example
White with #5EDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBBD; }
p { color: rgb(94,219,189); }
H1.HeaderClassName
{
color: #5EDBBD;
}
.AnyTagClassName
{
color: #5EDBBD;
}
</style>
background-color css
<style>
a { background-color: #5EDBBD; }
a { background-color: rgb(94,219,189); }
div.DivClassName
{
background-color: #5EDBBD;
}
.BgClassName
{
background-color: #5EDBBD;
}
</style>
border-color css
<style>
span { border-color: #5EDBBD; }
span { border-color: rgb(94,219,189); }
td.TdClassName
{
border-color: #5EDBBD;
}
.TagClassName
{
border-color: #5EDBBD;
}
</style>