Shades of Downy #5EF2BA
Tints of Downy #5EF2BA
RGB
CMYK
RGB Variations
Color information
#5EF2BA (or 0x5EF2BA) is known color: Downy. HEX triplet: 5E, F2 and BA. RGB value is (94,242,186). Sum of RGB (Red+Green+Blue) = 94+242+186=522 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.01% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF2BA is #A10D45. Grayscale: #BFBFBF. Windows color (decimal): -10554694 or 12251742. OLE color: 12251742.
HSL color Cylindrical-coordinate representation of color #5EF2BA: hue angle of 157.3º degrees, saturation: 0.85, 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 #5EF2BA is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 242 | 186 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.05 |
| HSL | 157.3º | 0.85% | 0.66% | - |
| HSV(B) | 157.3º | 0.61% | 0.95% | - |
| XYZ | 45.23 | 69.43 | 57.47 | - |
| YUV | 191.36 | 124.97 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 242 | 186 | 0.61 | 0 | 0.23 | 0.05 | 157.3 | 0.85 | 0.66 |
| Hex | 5E | F2 | BA | 3D | 0 | 17 | 5 | 9D | 55 | 42 |
| Octal | 136 | 362 | 272 | 75 | 0 | 27 | 5 | 235 | 125 | 102 |
| Binary | 1011110 | 11110010 | 10111010 | 111101 | 0 | 10111 | 101 | 10011101 | 1010101 | 1000010 |
Color Harmonies of #5EF2BA
Complementary color
Monochromatic Colors of #5EF2BA
Black with #5EF2BA
Text Example
Text Example
White with #5EF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF2BA; }
p { color: rgb(94,242,186); }
H1.HeaderClassName
{
color: #5EF2BA;
}
.AnyTagClassName
{
color: #5EF2BA;
}
</style>
background-color css
<style>
a { background-color: #5EF2BA; }
a { background-color: rgb(94,242,186); }
div.DivClassName
{
background-color: #5EF2BA;
}
.BgClassName
{
background-color: #5EF2BA;
}
</style>
border-color css
<style>
span { border-color: #5EF2BA; }
span { border-color: rgb(94,242,186); }
td.TdClassName
{
border-color: #5EF2BA;
}
.TagClassName
{
border-color: #5EF2BA;
}
</style>