Shades of Medium Aquamarine #5EF4A1
Tints of Medium Aquamarine #5EF4A1
RGB
CMYK
RGB Variations
Color information
#5EF4A1 (or 0x5EF4A1) is known color: Medium Aquamarine. HEX triplet: 5E, F4 and A1. RGB value is (94,244,161). Sum of RGB (Red+Green+Blue) = 94+244+161=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #5EF4A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF4A1 is #A10B5E. Grayscale: #BDBDBD. Windows color (decimal): -10554207 or 10613854. OLE color: 10613854.
HSL color Cylindrical-coordinate representation of color #5EF4A1: hue angle of 146.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 #5EF4A1 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 244 | 161 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.04 |
| HSL | 146.8º | 0.87% | 0.66% | - |
| HSV(B) | 146.8º | 0.61% | 0.96% | - |
| XYZ | 43.4 | 69.65 | 44.88 | - |
| YUV | 189.69 | 111.81 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 244 | 161 | 0.61 | 0 | 0.34 | 0.04 | 146.8 | 0.87 | 0.66 |
| Hex | 5E | F4 | A1 | 3D | 0 | 22 | 4 | 93 | 57 | 42 |
| Octal | 136 | 364 | 241 | 75 | 0 | 42 | 4 | 223 | 127 | 102 |
| Binary | 1011110 | 11110100 | 10100001 | 111101 | 0 | 100010 | 100 | 10010011 | 1010111 | 1000010 |
Color Harmonies of #5EF4A1
Complementary color
Monochromatic Colors of #5EF4A1
Black with #5EF4A1
Text Example
Text Example
White with #5EF4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF4A1; }
p { color: rgb(94,244,161); }
H1.HeaderClassName
{
color: #5EF4A1;
}
.AnyTagClassName
{
color: #5EF4A1;
}
</style>
background-color css
<style>
a { background-color: #5EF4A1; }
a { background-color: rgb(94,244,161); }
div.DivClassName
{
background-color: #5EF4A1;
}
.BgClassName
{
background-color: #5EF4A1;
}
</style>
border-color css
<style>
span { border-color: #5EF4A1; }
span { border-color: rgb(94,244,161); }
td.TdClassName
{
border-color: #5EF4A1;
}
.TagClassName
{
border-color: #5EF4A1;
}
</style>