Shades of Medium Aquamarine #50E3A0
Tints of Medium Aquamarine #50E3A0
RGB
CMYK
RGB Variations
Color information
#50E3A0 (or 0x50E3A0) is known color: Medium Aquamarine. HEX triplet: 50, E3 and A0. RGB value is (80,227,160). Sum of RGB (Red+Green+Blue) = 80+227+160=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #50E3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E3A0 is #AF1C5F. Grayscale: #AFAFAF. Windows color (decimal): -11476064 or 10543952. OLE color: 10543952.
HSL color Cylindrical-coordinate representation of color #50E3A0: hue angle of 152.65º 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 #50E3A0 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 160 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.11 |
| HSL | 152.65º | 0.72% | 0.6% | - |
| HSV(B) | 152.65º | 0.65% | 0.89% | - |
| XYZ | 37.12 | 59.18 | 42.72 | - |
| YUV | 175.41 | 119.3 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 160 | 0.65 | 0 | 0.30 | 0.11 | 152.65 | 0.72 | 0.6 |
| Hex | 50 | E3 | A0 | 41 | 0 | 1E | B | 99 | 48 | 3C |
| Octal | 120 | 343 | 240 | 101 | 0 | 36 | 13 | 231 | 110 | 74 |
| Binary | 1010000 | 11100011 | 10100000 | 1000001 | 0 | 11110 | 1011 | 10011001 | 1001000 | 111100 |
Color Harmonies of #50E3A0
Complementary color
Monochromatic Colors of #50E3A0
Black with #50E3A0
Text Example
Text Example
White with #50E3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E3A0; }
p { color: rgb(80,227,160); }
H1.HeaderClassName
{
color: #50E3A0;
}
.AnyTagClassName
{
color: #50E3A0;
}
</style>
background-color css
<style>
a { background-color: #50E3A0; }
a { background-color: rgb(80,227,160); }
div.DivClassName
{
background-color: #50E3A0;
}
.BgClassName
{
background-color: #50E3A0;
}
</style>
border-color css
<style>
span { border-color: #50E3A0; }
span { border-color: rgb(80,227,160); }
td.TdClassName
{
border-color: #50E3A0;
}
.TagClassName
{
border-color: #50E3A0;
}
</style>