Shades of Medium Aquamarine #50E89B
Tints of Medium Aquamarine #50E89B
RGB
CMYK
RGB Variations
Color information
#50E89B (or 0x50E89B) is known color: Medium Aquamarine. HEX triplet: 50, E8 and 9B. RGB value is (80,232,155). Sum of RGB (Red+Green+Blue) = 80+232+155=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #50E89B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E89B is #AF1764. Grayscale: #B1B1B1. Windows color (decimal): -11474789 or 10217552. OLE color: 10217552.
HSL color Cylindrical-coordinate representation of color #50E89B: hue angle of 149.61º 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 #50E89B is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 232 | 155 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.09 |
| HSL | 149.61º | 0.77% | 0.61% | - |
| HSV(B) | 149.61º | 0.66% | 0.91% | - |
| XYZ | 38.08 | 61.79 | 40.93 | - |
| YUV | 177.77 | 115.14 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 232 | 155 | 0.66 | 0 | 0.33 | 0.09 | 149.61 | 0.77 | 0.61 |
| Hex | 50 | E8 | 9B | 42 | 0 | 21 | 9 | 96 | 4D | 3D |
| Octal | 120 | 350 | 233 | 102 | 0 | 41 | 11 | 226 | 115 | 75 |
| Binary | 1010000 | 11101000 | 10011011 | 1000010 | 0 | 100001 | 1001 | 10010110 | 1001101 | 111101 |
Color Harmonies of #50E89B
Complementary color
Monochromatic Colors of #50E89B
Black with #50E89B
Text Example
Text Example
White with #50E89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E89B; }
p { color: rgb(80,232,155); }
H1.HeaderClassName
{
color: #50E89B;
}
.AnyTagClassName
{
color: #50E89B;
}
</style>
background-color css
<style>
a { background-color: #50E89B; }
a { background-color: rgb(80,232,155); }
div.DivClassName
{
background-color: #50E89B;
}
.BgClassName
{
background-color: #50E89B;
}
</style>
border-color css
<style>
span { border-color: #50E89B; }
span { border-color: rgb(80,232,155); }
td.TdClassName
{
border-color: #50E89B;
}
.TagClassName
{
border-color: #50E89B;
}
</style>