Shades of Medium Aquamarine #5EF2AC
Tints of Medium Aquamarine #5EF2AC
RGB
CMYK
RGB Variations
Color information
#5EF2AC (or 0x5EF2AC) is known color: Medium Aquamarine. HEX triplet: 5E, F2 and AC. RGB value is (94,242,172). Sum of RGB (Red+Green+Blue) = 94+242+172=508 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.50% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF2AC is #A10D53. Grayscale: #BDBDBD. Windows color (decimal): -10554708 or 11334238. OLE color: 11334238.
HSL color Cylindrical-coordinate representation of color #5EF2AC: hue angle of 151.62º 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 #5EF2AC is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 242 | 172 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.05 |
| HSL | 151.62º | 0.85% | 0.66% | - |
| HSV(B) | 151.62º | 0.61% | 0.95% | - |
| XYZ | 43.81 | 68.86 | 50.01 | - |
| YUV | 189.77 | 117.97 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 242 | 172 | 0.61 | 0 | 0.29 | 0.05 | 151.62 | 0.85 | 0.66 |
| Hex | 5E | F2 | AC | 3D | 0 | 1D | 5 | 98 | 55 | 42 |
| Octal | 136 | 362 | 254 | 75 | 0 | 35 | 5 | 230 | 125 | 102 |
| Binary | 1011110 | 11110010 | 10101100 | 111101 | 0 | 11101 | 101 | 10011000 | 1010101 | 1000010 |
Color Harmonies of #5EF2AC
Complementary color
Monochromatic Colors of #5EF2AC
Black with #5EF2AC
Text Example
Text Example
White with #5EF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF2AC; }
p { color: rgb(94,242,172); }
H1.HeaderClassName
{
color: #5EF2AC;
}
.AnyTagClassName
{
color: #5EF2AC;
}
</style>
background-color css
<style>
a { background-color: #5EF2AC; }
a { background-color: rgb(94,242,172); }
div.DivClassName
{
background-color: #5EF2AC;
}
.BgClassName
{
background-color: #5EF2AC;
}
</style>
border-color css
<style>
span { border-color: #5EF2AC; }
span { border-color: rgb(94,242,172); }
td.TdClassName
{
border-color: #5EF2AC;
}
.TagClassName
{
border-color: #5EF2AC;
}
</style>