Shades of Downy #5ED0BE
Tints of Downy #5ED0BE
RGB
CMYK
RGB Variations
Color information
#5ED0BE (or 0x5ED0BE) is known color: Downy. HEX triplet: 5E, D0 and BE. RGB value is (94,208,190). Sum of RGB (Red+Green+Blue) = 94+208+190=492 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.11% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED0BE is #A12F41. Grayscale: #ABABAB. Windows color (decimal): -10563394 or 12505182. OLE color: 12505182.
HSL color Cylindrical-coordinate representation of color #5ED0BE: hue angle of 170.53º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED0BE is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 190 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.18 |
| HSL | 170.53º | 0.55% | 0.59% | - |
| HSV(B) | 170.53º | 0.55% | 0.82% | - |
| XYZ | 36.47 | 51.21 | 56.68 | - |
| YUV | 171.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 190 | 0.55 | 0 | 0.09 | 0.18 | 170.53 | 0.55 | 0.59 |
| Hex | 5E | D0 | BE | 37 | 0 | 9 | 12 | AB | 37 | 3B |
| Octal | 136 | 320 | 276 | 67 | 0 | 11 | 22 | 253 | 67 | 73 |
| Binary | 1011110 | 11010000 | 10111110 | 110111 | 0 | 1001 | 10010 | 10101011 | 110111 | 111011 |
Color Harmonies of #5ED0BE
Complementary color
Monochromatic Colors of #5ED0BE
Black with #5ED0BE
Text Example
Text Example
White with #5ED0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED0BE; }
p { color: rgb(94,208,190); }
H1.HeaderClassName
{
color: #5ED0BE;
}
.AnyTagClassName
{
color: #5ED0BE;
}
</style>
background-color css
<style>
a { background-color: #5ED0BE; }
a { background-color: rgb(94,208,190); }
div.DivClassName
{
background-color: #5ED0BE;
}
.BgClassName
{
background-color: #5ED0BE;
}
</style>
border-color css
<style>
span { border-color: #5ED0BE; }
span { border-color: rgb(94,208,190); }
td.TdClassName
{
border-color: #5ED0BE;
}
.TagClassName
{
border-color: #5ED0BE;
}
</style>