Shades of Downy #5EEBC9
Tints of Downy #5EEBC9
RGB
CMYK
RGB Variations
Color information
#5EEBC9 (or 0x5EEBC9) is known color: Downy. HEX triplet: 5E, EB and C9. RGB value is (94,235,201). Sum of RGB (Red+Green+Blue) = 94+235+201=530 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.74% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBC9 is #A11436. Grayscale: #BCBCBC. Windows color (decimal): -10556471 or 13232990. OLE color: 13232990.
HSL color Cylindrical-coordinate representation of color #5EEBC9: hue angle of 165.53º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBC9 is Cyan = 0.6, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 201 | - |
| CMYK | 0.6 | 0 | 0.14 | 0.08 |
| HSL | 165.53º | 0.78% | 0.65% | - |
| HSV(B) | 165.53º | 0.6% | 0.92% | - |
| XYZ | 44.87 | 66.01 | 65.64 | - |
| YUV | 188.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 201 | 0.6 | 0 | 0.14 | 0.08 | 165.53 | 0.78 | 0.65 |
| Hex | 5E | EB | C9 | 3C | 0 | E | 8 | A6 | 4E | 41 |
| Octal | 136 | 353 | 311 | 74 | 0 | 16 | 10 | 246 | 116 | 101 |
| Binary | 1011110 | 11101011 | 11001001 | 111100 | 0 | 1110 | 1000 | 10100110 | 1001110 | 1000001 |
Color Harmonies of #5EEBC9
Complementary color
Monochromatic Colors of #5EEBC9
Black with #5EEBC9
Text Example
Text Example
White with #5EEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEBC9; }
p { color: rgb(94,235,201); }
H1.HeaderClassName
{
color: #5EEBC9;
}
.AnyTagClassName
{
color: #5EEBC9;
}
</style>
background-color css
<style>
a { background-color: #5EEBC9; }
a { background-color: rgb(94,235,201); }
div.DivClassName
{
background-color: #5EEBC9;
}
.BgClassName
{
background-color: #5EEBC9;
}
</style>
border-color css
<style>
span { border-color: #5EEBC9; }
span { border-color: rgb(94,235,201); }
td.TdClassName
{
border-color: #5EEBC9;
}
.TagClassName
{
border-color: #5EEBC9;
}
</style>