Shades of Downy #5EDABB
Tints of Downy #5EDABB
RGB
CMYK
RGB Variations
Color information
#5EDABB (or 0x5EDABB) is known color: Downy. HEX triplet: 5E, DA and BB. RGB value is (94,218,187). Sum of RGB (Red+Green+Blue) = 94+218+187=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDABB is #A12544. Grayscale: #B1B1B1. Windows color (decimal): -10560837 or 12311134. OLE color: 12311134.
HSL color Cylindrical-coordinate representation of color #5EDABB: hue angle of 165º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDABB is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 218 | 187 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.15 |
| HSL | 165º | 0.63% | 0.61% | - |
| HSV(B) | 165º | 0.57% | 0.85% | - |
| XYZ | 38.66 | 56.11 | 55.81 | - |
| YUV | 177.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 218 | 187 | 0.57 | 0 | 0.14 | 0.15 | 165 | 0.63 | 0.61 |
| Hex | 5E | DA | BB | 39 | 0 | E | F | A5 | 3F | 3D |
| Octal | 136 | 332 | 273 | 71 | 0 | 16 | 17 | 245 | 77 | 75 |
| Binary | 1011110 | 11011010 | 10111011 | 111001 | 0 | 1110 | 1111 | 10100101 | 111111 | 111101 |
Color Harmonies of #5EDABB
Complementary color
Monochromatic Colors of #5EDABB
Black with #5EDABB
Text Example
Text Example
White with #5EDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDABB; }
p { color: rgb(94,218,187); }
H1.HeaderClassName
{
color: #5EDABB;
}
.AnyTagClassName
{
color: #5EDABB;
}
</style>
background-color css
<style>
a { background-color: #5EDABB; }
a { background-color: rgb(94,218,187); }
div.DivClassName
{
background-color: #5EDABB;
}
.BgClassName
{
background-color: #5EDABB;
}
</style>
border-color css
<style>
span { border-color: #5EDABB; }
span { border-color: rgb(94,218,187); }
td.TdClassName
{
border-color: #5EDABB;
}
.TagClassName
{
border-color: #5EDABB;
}
</style>