Shades of Medium Aquamarine #5EFFA2
Tints of Medium Aquamarine #5EFFA2
RGB
CMYK
RGB Variations
Color information
#5EFFA2 (or 0x5EFFA2) is known color: Medium Aquamarine. HEX triplet: 5E, FF and A2. RGB value is (94,255,162). Sum of RGB (Red+Green+Blue) = 94+255+162=511 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.40% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFFA2 is #A1005D. Grayscale: #C4C4C4. Windows color (decimal): -10551390 or 10682206. OLE color: 10682206.
HSL color Cylindrical-coordinate representation of color #5EFFA2: hue angle of 145.34º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFFA2 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 162 | - |
| CMYK | 0.63 | 0 | 0.36 | 0 |
| HSL | 145.34º | 1% | 0.68% | - |
| HSV(B) | 145.34º | 0.63% | 1% | - |
| XYZ | 46.9 | 76.51 | 46.48 | - |
| YUV | 196.26 | 108.66 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 162 | 0.63 | 0 | 0.36 | 0 | 145.34 | 1 | 0.68 |
| Hex | 5E | FF | A2 | 3F | 0 | 24 | 0 | 91 | 64 | 44 |
| Octal | 136 | 377 | 242 | 77 | 0 | 44 | 0 | 221 | 144 | 104 |
| Binary | 1011110 | 11111111 | 10100010 | 111111 | 0 | 100100 | 0 | 10010001 | 1100100 | 1000100 |
Color Harmonies of #5EFFA2
Complementary color
Monochromatic Colors of #5EFFA2
Black with #5EFFA2
Text Example
Text Example
White with #5EFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFFA2; }
p { color: rgb(94,255,162); }
H1.HeaderClassName
{
color: #5EFFA2;
}
.AnyTagClassName
{
color: #5EFFA2;
}
</style>
background-color css
<style>
a { background-color: #5EFFA2; }
a { background-color: rgb(94,255,162); }
div.DivClassName
{
background-color: #5EFFA2;
}
.BgClassName
{
background-color: #5EFFA2;
}
</style>
border-color css
<style>
span { border-color: #5EFFA2; }
span { border-color: rgb(94,255,162); }
td.TdClassName
{
border-color: #5EFFA2;
}
.TagClassName
{
border-color: #5EFFA2;
}
</style>