Shades of Downy #5EE0BD
Tints of Downy #5EE0BD
RGB
CMYK
RGB Variations
Color information
#5EE0BD (or 0x5EE0BD) is known color: Downy. HEX triplet: 5E, E0 and BD. RGB value is (94,224,189). Sum of RGB (Red+Green+Blue) = 94+224+189=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EE0BD is #A11F42. Grayscale: #B5B5B5. Windows color (decimal): -10559299 or 12443742. OLE color: 12443742.
HSL color Cylindrical-coordinate representation of color #5EE0BD: hue angle of 163.85º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE0BD is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 224 | 189 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.12 |
| HSL | 163.85º | 0.68% | 0.62% | - |
| HSV(B) | 163.85º | 0.58% | 0.88% | - |
| XYZ | 40.46 | 59.37 | 57.47 | - |
| YUV | 181.14 | 132.43 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 189 | 0.58 | 0 | 0.16 | 0.12 | 163.85 | 0.68 | 0.62 |
| Hex | 5E | E0 | BD | 3A | 0 | 10 | C | A4 | 44 | 3E |
| Octal | 136 | 340 | 275 | 72 | 0 | 20 | 14 | 244 | 104 | 76 |
| Binary | 1011110 | 11100000 | 10111101 | 111010 | 0 | 10000 | 1100 | 10100100 | 1000100 | 111110 |
Color Harmonies of #5EE0BD
Complementary color
Monochromatic Colors of #5EE0BD
Black with #5EE0BD
Text Example
Text Example
White with #5EE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE0BD; }
p { color: rgb(94,224,189); }
H1.HeaderClassName
{
color: #5EE0BD;
}
.AnyTagClassName
{
color: #5EE0BD;
}
</style>
background-color css
<style>
a { background-color: #5EE0BD; }
a { background-color: rgb(94,224,189); }
div.DivClassName
{
background-color: #5EE0BD;
}
.BgClassName
{
background-color: #5EE0BD;
}
</style>
border-color css
<style>
span { border-color: #5EE0BD; }
span { border-color: rgb(94,224,189); }
td.TdClassName
{
border-color: #5EE0BD;
}
.TagClassName
{
border-color: #5EE0BD;
}
</style>