Shades of Downy #5EF1BA
Tints of Downy #5EF1BA
RGB
CMYK
RGB Variations
Color information
#5EF1BA (or 0x5EF1BA) is known color: Downy. HEX triplet: 5E, F1 and BA. RGB value is (94,241,186). Sum of RGB (Red+Green+Blue) = 94+241+186=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF1BA is #A10E45. Grayscale: #BEBEBE. Windows color (decimal): -10554950 or 12251486. OLE color: 12251486.
HSL color Cylindrical-coordinate representation of color #5EF1BA: hue angle of 157.55º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF1BA is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 241 | 186 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.05 |
| HSL | 157.55º | 0.84% | 0.66% | - |
| HSV(B) | 157.55º | 0.61% | 0.95% | - |
| XYZ | 44.93 | 68.84 | 57.37 | - |
| YUV | 190.78 | 125.3 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 241 | 186 | 0.61 | 0 | 0.23 | 0.05 | 157.55 | 0.84 | 0.66 |
| Hex | 5E | F1 | BA | 3D | 0 | 17 | 5 | 9E | 54 | 42 |
| Octal | 136 | 361 | 272 | 75 | 0 | 27 | 5 | 236 | 124 | 102 |
| Binary | 1011110 | 11110001 | 10111010 | 111101 | 0 | 10111 | 101 | 10011110 | 1010100 | 1000010 |
Color Harmonies of #5EF1BA
Complementary color
Monochromatic Colors of #5EF1BA
Black with #5EF1BA
Text Example
Text Example
White with #5EF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF1BA; }
p { color: rgb(94,241,186); }
H1.HeaderClassName
{
color: #5EF1BA;
}
.AnyTagClassName
{
color: #5EF1BA;
}
</style>
background-color css
<style>
a { background-color: #5EF1BA; }
a { background-color: rgb(94,241,186); }
div.DivClassName
{
background-color: #5EF1BA;
}
.BgClassName
{
background-color: #5EF1BA;
}
</style>
border-color css
<style>
span { border-color: #5EF1BA; }
span { border-color: rgb(94,241,186); }
td.TdClassName
{
border-color: #5EF1BA;
}
.TagClassName
{
border-color: #5EF1BA;
}
</style>