Shades of Medium Aquamarine #5EFC97
Tints of Medium Aquamarine #5EFC97
RGB
CMYK
RGB Variations
Color information
#5EFC97 (or 0x5EFC97) is known color: Medium Aquamarine. HEX triplet: 5E, FC and 97. RGB value is (94,252,151). Sum of RGB (Red+Green+Blue) = 94+252+151=497 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.91% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFC97 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFC97 is #A10368. Grayscale: #C1C1C1. Windows color (decimal): -10552169 or 9960542. OLE color: 9960542.
HSL color Cylindrical-coordinate representation of color #5EFC97: hue angle of 141.65º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFC97 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 151 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.01 |
| HSL | 141.65º | 0.96% | 0.68% | - |
| HSV(B) | 141.65º | 0.63% | 0.99% | - |
| XYZ | 45.01 | 74.23 | 41.23 | - |
| YUV | 193.24 | 104.15 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 151 | 0.63 | 0 | 0.40 | 0.01 | 141.65 | 0.96 | 0.68 |
| Hex | 5E | FC | 97 | 3F | 0 | 28 | 1 | 8E | 60 | 44 |
| Octal | 136 | 374 | 227 | 77 | 0 | 50 | 1 | 216 | 140 | 104 |
| Binary | 1011110 | 11111100 | 10010111 | 111111 | 0 | 101000 | 1 | 10001110 | 1100000 | 1000100 |
Color Harmonies of #5EFC97
Complementary color
Monochromatic Colors of #5EFC97
Black with #5EFC97
Text Example
Text Example
White with #5EFC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFC97; }
p { color: rgb(94,252,151); }
H1.HeaderClassName
{
color: #5EFC97;
}
.AnyTagClassName
{
color: #5EFC97;
}
</style>
background-color css
<style>
a { background-color: #5EFC97; }
a { background-color: rgb(94,252,151); }
div.DivClassName
{
background-color: #5EFC97;
}
.BgClassName
{
background-color: #5EFC97;
}
</style>
border-color css
<style>
span { border-color: #5EFC97; }
span { border-color: rgb(94,252,151); }
td.TdClassName
{
border-color: #5EFC97;
}
.TagClassName
{
border-color: #5EFC97;
}
</style>