Shades of Downy #5EF4BA
Tints of Downy #5EF4BA
RGB
CMYK
RGB Variations
Color information
#5EF4BA (or 0x5EF4BA) is known color: Downy. HEX triplet: 5E, F4 and BA. RGB value is (94,244,186). Sum of RGB (Red+Green+Blue) = 94+244+186=524 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.94% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #5EF4BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF4BA is #A10B45. Grayscale: #C0C0C0. Windows color (decimal): -10554182 or 12252254. OLE color: 12252254.
HSL color Cylindrical-coordinate representation of color #5EF4BA: hue angle of 156.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF4BA is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 244 | 186 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.04 |
| HSL | 156.8º | 0.87% | 0.66% | - |
| HSV(B) | 156.8º | 0.61% | 0.96% | - |
| XYZ | 45.83 | 70.63 | 57.67 | - |
| YUV | 192.54 | 124.31 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 244 | 186 | 0.61 | 0 | 0.24 | 0.04 | 156.8 | 0.87 | 0.66 |
| Hex | 5E | F4 | BA | 3D | 0 | 18 | 4 | 9D | 57 | 42 |
| Octal | 136 | 364 | 272 | 75 | 0 | 30 | 4 | 235 | 127 | 102 |
| Binary | 1011110 | 11110100 | 10111010 | 111101 | 0 | 11000 | 100 | 10011101 | 1010111 | 1000010 |
Color Harmonies of #5EF4BA
Complementary color
Monochromatic Colors of #5EF4BA
Black with #5EF4BA
Text Example
Text Example
White with #5EF4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF4BA; }
p { color: rgb(94,244,186); }
H1.HeaderClassName
{
color: #5EF4BA;
}
.AnyTagClassName
{
color: #5EF4BA;
}
</style>
background-color css
<style>
a { background-color: #5EF4BA; }
a { background-color: rgb(94,244,186); }
div.DivClassName
{
background-color: #5EF4BA;
}
.BgClassName
{
background-color: #5EF4BA;
}
</style>
border-color css
<style>
span { border-color: #5EF4BA; }
span { border-color: rgb(94,244,186); }
td.TdClassName
{
border-color: #5EF4BA;
}
.TagClassName
{
border-color: #5EF4BA;
}
</style>