Shades of Medium Aquamarine #50E5A3
Tints of Medium Aquamarine #50E5A3
RGB
CMYK
RGB Variations
Color information
#50E5A3 (or 0x50E5A3) is known color: Medium Aquamarine. HEX triplet: 50, E5 and A3. RGB value is (80,229,163). Sum of RGB (Red+Green+Blue) = 80+229+163=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E5A3 is #AF1A5C. Grayscale: #B1B1B1. Windows color (decimal): -11475549 or 10741072. OLE color: 10741072.
HSL color Cylindrical-coordinate representation of color #50E5A3: hue angle of 153.42º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E5A3 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 163 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.10 |
| HSL | 153.42º | 0.74% | 0.61% | - |
| HSV(B) | 153.42º | 0.65% | 0.9% | - |
| XYZ | 37.94 | 60.39 | 44.31 | - |
| YUV | 176.93 | 120.14 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 163 | 0.65 | 0 | 0.29 | 0.10 | 153.42 | 0.74 | 0.61 |
| Hex | 50 | E5 | A3 | 41 | 0 | 1D | A | 99 | 4A | 3D |
| Octal | 120 | 345 | 243 | 101 | 0 | 35 | 12 | 231 | 112 | 75 |
| Binary | 1010000 | 11100101 | 10100011 | 1000001 | 0 | 11101 | 1010 | 10011001 | 1001010 | 111101 |
Color Harmonies of #50E5A3
Complementary color
Monochromatic Colors of #50E5A3
Black with #50E5A3
Text Example
Text Example
White with #50E5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E5A3; }
p { color: rgb(80,229,163); }
H1.HeaderClassName
{
color: #50E5A3;
}
.AnyTagClassName
{
color: #50E5A3;
}
</style>
background-color css
<style>
a { background-color: #50E5A3; }
a { background-color: rgb(80,229,163); }
div.DivClassName
{
background-color: #50E5A3;
}
.BgClassName
{
background-color: #50E5A3;
}
</style>
border-color css
<style>
span { border-color: #50E5A3; }
span { border-color: rgb(80,229,163); }
td.TdClassName
{
border-color: #50E5A3;
}
.TagClassName
{
border-color: #50E5A3;
}
</style>