Shades of Medium Aquamarine #50E2A0
Tints of Medium Aquamarine #50E2A0
RGB
CMYK
RGB Variations
Color information
#50E2A0 (or 0x50E2A0) is known color: Medium Aquamarine. HEX triplet: 50, E2 and A0. RGB value is (80,226,160). Sum of RGB (Red+Green+Blue) = 80+226+160=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E2A0 is #AF1D5F. Grayscale: #AEAEAE. Windows color (decimal): -11476320 or 10543696. OLE color: 10543696.
HSL color Cylindrical-coordinate representation of color #50E2A0: hue angle of 152.88º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E2A0 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 160 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.11 |
| HSL | 152.88º | 0.72% | 0.6% | - |
| HSV(B) | 152.88º | 0.65% | 0.89% | - |
| XYZ | 36.85 | 58.64 | 42.63 | - |
| YUV | 174.82 | 119.63 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 160 | 0.65 | 0 | 0.29 | 0.11 | 152.88 | 0.72 | 0.6 |
| Hex | 50 | E2 | A0 | 41 | 0 | 1D | B | 99 | 48 | 3C |
| Octal | 120 | 342 | 240 | 101 | 0 | 35 | 13 | 231 | 110 | 74 |
| Binary | 1010000 | 11100010 | 10100000 | 1000001 | 0 | 11101 | 1011 | 10011001 | 1001000 | 111100 |
Color Harmonies of #50E2A0
Complementary color
Monochromatic Colors of #50E2A0
Black with #50E2A0
Text Example
Text Example
White with #50E2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E2A0; }
p { color: rgb(80,226,160); }
H1.HeaderClassName
{
color: #50E2A0;
}
.AnyTagClassName
{
color: #50E2A0;
}
</style>
background-color css
<style>
a { background-color: #50E2A0; }
a { background-color: rgb(80,226,160); }
div.DivClassName
{
background-color: #50E2A0;
}
.BgClassName
{
background-color: #50E2A0;
}
</style>
border-color css
<style>
span { border-color: #50E2A0; }
span { border-color: rgb(80,226,160); }
td.TdClassName
{
border-color: #50E2A0;
}
.TagClassName
{
border-color: #50E2A0;
}
</style>