Shades of Downy #5ED6B9
Tints of Downy #5ED6B9
RGB
CMYK
RGB Variations
Color information
#5ED6B9 (or 0x5ED6B9) is known color: Downy. HEX triplet: 5E, D6 and B9. RGB value is (94,214,185). Sum of RGB (Red+Green+Blue) = 94+214+185=493 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.07% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED6B9 is #A12946. Grayscale: #AEAEAE. Windows color (decimal): -10561863 or 12179038. OLE color: 12179038.
HSL color Cylindrical-coordinate representation of color #5ED6B9: hue angle of 165.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED6B9 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 214 | 185 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.16 |
| HSL | 165.5º | 0.59% | 0.6% | - |
| HSV(B) | 165.5º | 0.56% | 0.84% | - |
| XYZ | 37.42 | 53.98 | 54.35 | - |
| YUV | 174.81 | 133.74 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 214 | 185 | 0.56 | 0 | 0.14 | 0.16 | 165.5 | 0.59 | 0.6 |
| Hex | 5E | D6 | B9 | 38 | 0 | E | 10 | A6 | 3B | 3C |
| Octal | 136 | 326 | 271 | 70 | 0 | 16 | 20 | 246 | 73 | 74 |
| Binary | 1011110 | 11010110 | 10111001 | 111000 | 0 | 1110 | 10000 | 10100110 | 111011 | 111100 |
Color Harmonies of #5ED6B9
Complementary color
Monochromatic Colors of #5ED6B9
Black with #5ED6B9
Text Example
Text Example
White with #5ED6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED6B9; }
p { color: rgb(94,214,185); }
H1.HeaderClassName
{
color: #5ED6B9;
}
.AnyTagClassName
{
color: #5ED6B9;
}
</style>
background-color css
<style>
a { background-color: #5ED6B9; }
a { background-color: rgb(94,214,185); }
div.DivClassName
{
background-color: #5ED6B9;
}
.BgClassName
{
background-color: #5ED6B9;
}
</style>
border-color css
<style>
span { border-color: #5ED6B9; }
span { border-color: rgb(94,214,185); }
td.TdClassName
{
border-color: #5ED6B9;
}
.TagClassName
{
border-color: #5ED6B9;
}
</style>