Shades of Medium Aquamarine #50FEA9
Tints of Medium Aquamarine #50FEA9
RGB
CMYK
RGB Variations
Color information
#50FEA9 (or 0x50FEA9) is known color: Medium Aquamarine. HEX triplet: 50, FE and A9. RGB value is (80,254,169). Sum of RGB (Red+Green+Blue) = 80+254+169=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FEA9 is #AF0156. Grayscale: #C0C0C0. Windows color (decimal): -11469143 or 11140688. OLE color: 11140688.
HSL color Cylindrical-coordinate representation of color #50FEA9: hue angle of 150.69º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FEA9 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 169 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.00 |
| HSL | 150.69º | 0.99% | 0.65% | - |
| HSV(B) | 150.69º | 0.69% | 1% | - |
| XYZ | 45.91 | 75.45 | 49.68 | - |
| YUV | 192.28 | 114.85 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 169 | 0.69 | 0 | 0.33 | 0.00 | 150.69 | 0.99 | 0.65 |
| Hex | 50 | FE | A9 | 45 | 0 | 21 | 0 | 97 | 63 | 41 |
| Octal | 120 | 376 | 251 | 105 | 0 | 41 | 0 | 227 | 143 | 101 |
| Binary | 1010000 | 11111110 | 10101001 | 1000101 | 0 | 100001 | 0 | 10010111 | 1100011 | 1000001 |
Color Harmonies of #50FEA9
Complementary color
Monochromatic Colors of #50FEA9
Black with #50FEA9
Text Example
Text Example
White with #50FEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FEA9; }
p { color: rgb(80,254,169); }
H1.HeaderClassName
{
color: #50FEA9;
}
.AnyTagClassName
{
color: #50FEA9;
}
</style>
background-color css
<style>
a { background-color: #50FEA9; }
a { background-color: rgb(80,254,169); }
div.DivClassName
{
background-color: #50FEA9;
}
.BgClassName
{
background-color: #50FEA9;
}
</style>
border-color css
<style>
span { border-color: #50FEA9; }
span { border-color: rgb(80,254,169); }
td.TdClassName
{
border-color: #50FEA9;
}
.TagClassName
{
border-color: #50FEA9;
}
</style>