Shades of Medium Aquamarine #5EF1AC
Tints of Medium Aquamarine #5EF1AC
RGB
CMYK
RGB Variations
Color information
#5EF1AC (or 0x5EF1AC) is known color: Medium Aquamarine. HEX triplet: 5E, F1 and AC. RGB value is (94,241,172). Sum of RGB (Red+Green+Blue) = 94+241+172=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF1AC is #A10E53. Grayscale: #BDBDBD. Windows color (decimal): -10554964 or 11333982. OLE color: 11333982.
HSL color Cylindrical-coordinate representation of color #5EF1AC: hue angle of 151.84º 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 #5EF1AC is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 241 | 172 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.05 |
| HSL | 151.84º | 0.84% | 0.66% | - |
| HSV(B) | 151.84º | 0.61% | 0.95% | - |
| XYZ | 43.52 | 68.27 | 49.91 | - |
| YUV | 189.18 | 118.3 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 241 | 172 | 0.61 | 0 | 0.29 | 0.05 | 151.84 | 0.84 | 0.66 |
| Hex | 5E | F1 | AC | 3D | 0 | 1D | 5 | 98 | 54 | 42 |
| Octal | 136 | 361 | 254 | 75 | 0 | 35 | 5 | 230 | 124 | 102 |
| Binary | 1011110 | 11110001 | 10101100 | 111101 | 0 | 11101 | 101 | 10011000 | 1010100 | 1000010 |
Color Harmonies of #5EF1AC
Complementary color
Monochromatic Colors of #5EF1AC
Black with #5EF1AC
Text Example
Text Example
White with #5EF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF1AC; }
p { color: rgb(94,241,172); }
H1.HeaderClassName
{
color: #5EF1AC;
}
.AnyTagClassName
{
color: #5EF1AC;
}
</style>
background-color css
<style>
a { background-color: #5EF1AC; }
a { background-color: rgb(94,241,172); }
div.DivClassName
{
background-color: #5EF1AC;
}
.BgClassName
{
background-color: #5EF1AC;
}
</style>
border-color css
<style>
span { border-color: #5EF1AC; }
span { border-color: rgb(94,241,172); }
td.TdClassName
{
border-color: #5EF1AC;
}
.TagClassName
{
border-color: #5EF1AC;
}
</style>