Shades of Medium Aquamarine #50E8A0
Tints of Medium Aquamarine #50E8A0
RGB
CMYK
RGB Variations
Color information
#50E8A0 (or 0x50E8A0) is known color: Medium Aquamarine. HEX triplet: 50, E8 and A0. RGB value is (80,232,160). Sum of RGB (Red+Green+Blue) = 80+232+160=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #50E8A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E8A0 is #AF175F. Grayscale: #B2B2B2. Windows color (decimal): -11474784 or 10545232. OLE color: 10545232.
HSL color Cylindrical-coordinate representation of color #50E8A0: hue angle of 151.58º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E8A0 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 160 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.09 |
| HSL | 151.58º | 0.77% | 0.61% | - |
| HSV(B) | 151.58º | 0.66% | 0.91% | - |
| XYZ | 38.51 | 61.96 | 43.19 | - |
| YUV | 178.34 | 117.64 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 160 | 0.66 | 0 | 0.31 | 0.09 | 151.58 | 0.77 | 0.61 |
| Hex | 50 | E8 | A0 | 42 | 0 | 1F | 9 | 98 | 4D | 3D |
| Octal | 120 | 350 | 240 | 102 | 0 | 37 | 11 | 230 | 115 | 75 |
| Binary | 1010000 | 11101000 | 10100000 | 1000010 | 0 | 11111 | 1001 | 10011000 | 1001101 | 111101 |
Color Harmonies of #50E8A0
Complementary color
Monochromatic Colors of #50E8A0
Black with #50E8A0
Text Example
Text Example
White with #50E8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E8A0; }
p { color: rgb(80,232,160); }
H1.HeaderClassName
{
color: #50E8A0;
}
.AnyTagClassName
{
color: #50E8A0;
}
</style>
background-color css
<style>
a { background-color: #50E8A0; }
a { background-color: rgb(80,232,160); }
div.DivClassName
{
background-color: #50E8A0;
}
.BgClassName
{
background-color: #50E8A0;
}
</style>
border-color css
<style>
span { border-color: #50E8A0; }
span { border-color: rgb(80,232,160); }
td.TdClassName
{
border-color: #50E8A0;
}
.TagClassName
{
border-color: #50E8A0;
}
</style>