Shades of Medium Aquamarine #5EF4AA
Tints of Medium Aquamarine #5EF4AA
RGB
CMYK
RGB Variations
Color information
#5EF4AA (or 0x5EF4AA) is known color: Medium Aquamarine. HEX triplet: 5E, F4 and AA. RGB value is (94,244,170). Sum of RGB (Red+Green+Blue) = 94+244+170=508 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.50% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #5EF4AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF4AA is #A10B55. Grayscale: #BEBEBE. Windows color (decimal): -10554198 or 11203678. OLE color: 11203678.
HSL color Cylindrical-coordinate representation of color #5EF4AA: hue angle of 150.4º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF4AA is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 244 | 170 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.04 |
| HSL | 150.4º | 0.87% | 0.66% | - |
| HSV(B) | 150.4º | 0.61% | 0.96% | - |
| XYZ | 44.22 | 69.98 | 49.21 | - |
| YUV | 190.71 | 116.31 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 244 | 170 | 0.61 | 0 | 0.30 | 0.04 | 150.4 | 0.87 | 0.66 |
| Hex | 5E | F4 | AA | 3D | 0 | 1E | 4 | 96 | 57 | 42 |
| Octal | 136 | 364 | 252 | 75 | 0 | 36 | 4 | 226 | 127 | 102 |
| Binary | 1011110 | 11110100 | 10101010 | 111101 | 0 | 11110 | 100 | 10010110 | 1010111 | 1000010 |
Color Harmonies of #5EF4AA
Complementary color
Monochromatic Colors of #5EF4AA
Black with #5EF4AA
Text Example
Text Example
White with #5EF4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF4AA; }
p { color: rgb(94,244,170); }
H1.HeaderClassName
{
color: #5EF4AA;
}
.AnyTagClassName
{
color: #5EF4AA;
}
</style>
background-color css
<style>
a { background-color: #5EF4AA; }
a { background-color: rgb(94,244,170); }
div.DivClassName
{
background-color: #5EF4AA;
}
.BgClassName
{
background-color: #5EF4AA;
}
</style>
border-color css
<style>
span { border-color: #5EF4AA; }
span { border-color: rgb(94,244,170); }
td.TdClassName
{
border-color: #5EF4AA;
}
.TagClassName
{
border-color: #5EF4AA;
}
</style>