Shades of Medium Aquamarine #5EF1A0
Tints of Medium Aquamarine #5EF1A0
RGB
CMYK
RGB Variations
Color information
#5EF1A0 (or 0x5EF1A0) is known color: Medium Aquamarine. HEX triplet: 5E, F1 and A0. RGB value is (94,241,160). Sum of RGB (Red+Green+Blue) = 94+241+160=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF1A0 is #A10E5F. Grayscale: #BBBBBB. Windows color (decimal): -10554976 or 10547550. OLE color: 10547550.
HSL color Cylindrical-coordinate representation of color #5EF1A0: hue angle of 146.94º 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 #5EF1A0 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 241 | 160 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.05 |
| HSL | 146.94º | 0.84% | 0.66% | - |
| HSV(B) | 146.94º | 0.61% | 0.95% | - |
| XYZ | 42.42 | 67.83 | 44.11 | - |
| YUV | 187.81 | 112.3 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 241 | 160 | 0.61 | 0 | 0.34 | 0.05 | 146.94 | 0.84 | 0.66 |
| Hex | 5E | F1 | A0 | 3D | 0 | 22 | 5 | 93 | 54 | 42 |
| Octal | 136 | 361 | 240 | 75 | 0 | 42 | 5 | 223 | 124 | 102 |
| Binary | 1011110 | 11110001 | 10100000 | 111101 | 0 | 100010 | 101 | 10010011 | 1010100 | 1000010 |
Color Harmonies of #5EF1A0
Complementary color
Monochromatic Colors of #5EF1A0
Black with #5EF1A0
Text Example
Text Example
White with #5EF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF1A0; }
p { color: rgb(94,241,160); }
H1.HeaderClassName
{
color: #5EF1A0;
}
.AnyTagClassName
{
color: #5EF1A0;
}
</style>
background-color css
<style>
a { background-color: #5EF1A0; }
a { background-color: rgb(94,241,160); }
div.DivClassName
{
background-color: #5EF1A0;
}
.BgClassName
{
background-color: #5EF1A0;
}
</style>
border-color css
<style>
span { border-color: #5EF1A0; }
span { border-color: rgb(94,241,160); }
td.TdClassName
{
border-color: #5EF1A0;
}
.TagClassName
{
border-color: #5EF1A0;
}
</style>