Shades of Medium Aquamarine #50E096
Tints of Medium Aquamarine #50E096
RGB
CMYK
RGB Variations
Color information
#50E096 (or 0x50E096) is known color: Medium Aquamarine. HEX triplet: 50, E0 and 96. RGB value is (80,224,150). Sum of RGB (Red+Green+Blue) = 80+224+150=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #50E096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E096 is #AF1F69. Grayscale: #ACACAC. Windows color (decimal): -11476842 or 9887824. OLE color: 9887824.
HSL color Cylindrical-coordinate representation of color #50E096: hue angle of 149.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E096 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 224 | 150 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.12 |
| HSL | 149.17º | 0.7% | 0.6% | - |
| HSV(B) | 149.17º | 0.64% | 0.88% | - |
| XYZ | 35.47 | 57.22 | 38.03 | - |
| YUV | 172.51 | 115.29 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 150 | 0.64 | 0 | 0.33 | 0.12 | 149.17 | 0.7 | 0.6 |
| Hex | 50 | E0 | 96 | 40 | 0 | 21 | C | 95 | 46 | 3C |
| Octal | 120 | 340 | 226 | 100 | 0 | 41 | 14 | 225 | 106 | 74 |
| Binary | 1010000 | 11100000 | 10010110 | 1000000 | 0 | 100001 | 1100 | 10010101 | 1000110 | 111100 |
Color Harmonies of #50E096
Complementary color
Monochromatic Colors of #50E096
Black with #50E096
Text Example
Text Example
White with #50E096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E096; }
p { color: rgb(80,224,150); }
H1.HeaderClassName
{
color: #50E096;
}
.AnyTagClassName
{
color: #50E096;
}
</style>
background-color css
<style>
a { background-color: #50E096; }
a { background-color: rgb(80,224,150); }
div.DivClassName
{
background-color: #50E096;
}
.BgClassName
{
background-color: #50E096;
}
</style>
border-color css
<style>
span { border-color: #50E096; }
span { border-color: rgb(80,224,150); }
td.TdClassName
{
border-color: #50E096;
}
.TagClassName
{
border-color: #50E096;
}
</style>