Shades of Medium Aquamarine #5EE7A1
Tints of Medium Aquamarine #5EE7A1
RGB
CMYK
RGB Variations
Color information
#5EE7A1 (or 0x5EE7A1) is known color: Medium Aquamarine. HEX triplet: 5E, E7 and A1. RGB value is (94,231,161). Sum of RGB (Red+Green+Blue) = 94+231+161=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 231 - color contains mainly: green. Hex color #5EE7A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EE7A1 is #A1185E. Grayscale: #B6B6B6. Windows color (decimal): -10557535 or 10610526. OLE color: 10610526.
HSL color Cylindrical-coordinate representation of color #5EE7A1: hue angle of 149.34º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE7A1 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 231 | 161 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.09 |
| HSL | 149.34º | 0.74% | 0.64% | - |
| HSV(B) | 149.34º | 0.59% | 0.91% | - |
| XYZ | 39.63 | 62.1 | 43.62 | - |
| YUV | 182.06 | 116.11 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 231 | 161 | 0.59 | 0 | 0.30 | 0.09 | 149.34 | 0.74 | 0.64 |
| Hex | 5E | E7 | A1 | 3B | 0 | 1E | 9 | 95 | 4A | 40 |
| Octal | 136 | 347 | 241 | 73 | 0 | 36 | 11 | 225 | 112 | 100 |
| Binary | 1011110 | 11100111 | 10100001 | 111011 | 0 | 11110 | 1001 | 10010101 | 1001010 | 1000000 |
Color Harmonies of #5EE7A1
Complementary color
Monochromatic Colors of #5EE7A1
Black with #5EE7A1
Text Example
Text Example
White with #5EE7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE7A1; }
p { color: rgb(94,231,161); }
H1.HeaderClassName
{
color: #5EE7A1;
}
.AnyTagClassName
{
color: #5EE7A1;
}
</style>
background-color css
<style>
a { background-color: #5EE7A1; }
a { background-color: rgb(94,231,161); }
div.DivClassName
{
background-color: #5EE7A1;
}
.BgClassName
{
background-color: #5EE7A1;
}
</style>
border-color css
<style>
span { border-color: #5EE7A1; }
span { border-color: rgb(94,231,161); }
td.TdClassName
{
border-color: #5EE7A1;
}
.TagClassName
{
border-color: #5EE7A1;
}
</style>