Shades of Medium Aquamarine #50E596
Tints of Medium Aquamarine #50E596
RGB
CMYK
RGB Variations
Color information
#50E596 (or 0x50E596) is known color: Medium Aquamarine. HEX triplet: 50, E5 and 96. RGB value is (80,229,150). Sum of RGB (Red+Green+Blue) = 80+229+150=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #50E596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E596 is #AF1A69. Grayscale: #AFAFAF. Windows color (decimal): -11475562 or 9889104. OLE color: 9889104.
HSL color Cylindrical-coordinate representation of color #50E596: hue angle of 148.19º 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 #50E596 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 150 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.10 |
| HSL | 148.19º | 0.74% | 0.61% | - |
| HSV(B) | 148.19º | 0.65% | 0.9% | - |
| XYZ | 36.83 | 59.95 | 38.48 | - |
| YUV | 175.44 | 113.64 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 150 | 0.65 | 0 | 0.34 | 0.10 | 148.19 | 0.74 | 0.61 |
| Hex | 50 | E5 | 96 | 41 | 0 | 22 | A | 94 | 4A | 3D |
| Octal | 120 | 345 | 226 | 101 | 0 | 42 | 12 | 224 | 112 | 75 |
| Binary | 1010000 | 11100101 | 10010110 | 1000001 | 0 | 100010 | 1010 | 10010100 | 1001010 | 111101 |
Color Harmonies of #50E596
Complementary color
Monochromatic Colors of #50E596
Black with #50E596
Text Example
Text Example
White with #50E596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E596; }
p { color: rgb(80,229,150); }
H1.HeaderClassName
{
color: #50E596;
}
.AnyTagClassName
{
color: #50E596;
}
</style>
background-color css
<style>
a { background-color: #50E596; }
a { background-color: rgb(80,229,150); }
div.DivClassName
{
background-color: #50E596;
}
.BgClassName
{
background-color: #50E596;
}
</style>
border-color css
<style>
span { border-color: #50E596; }
span { border-color: rgb(80,229,150); }
td.TdClassName
{
border-color: #50E596;
}
.TagClassName
{
border-color: #50E596;
}
</style>