Shades of Medium Aquamarine #50E39B
Tints of Medium Aquamarine #50E39B
RGB
CMYK
RGB Variations
Color information
#50E39B (or 0x50E39B) is known color: Medium Aquamarine. HEX triplet: 50, E3 and 9B. RGB value is (80,227,155). Sum of RGB (Red+Green+Blue) = 80+227+155=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #50E39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E39B is #AF1C64. Grayscale: #AEAEAE. Windows color (decimal): -11476069 or 10216272. OLE color: 10216272.
HSL color Cylindrical-coordinate representation of color #50E39B: hue angle of 150.61º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E39B is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 155 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.11 |
| HSL | 150.61º | 0.72% | 0.6% | - |
| HSV(B) | 150.61º | 0.65% | 0.89% | - |
| XYZ | 36.69 | 59.01 | 40.47 | - |
| YUV | 174.84 | 116.8 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 155 | 0.65 | 0 | 0.32 | 0.11 | 150.61 | 0.72 | 0.6 |
| Hex | 50 | E3 | 9B | 41 | 0 | 20 | B | 97 | 48 | 3C |
| Octal | 120 | 343 | 233 | 101 | 0 | 40 | 13 | 227 | 110 | 74 |
| Binary | 1010000 | 11100011 | 10011011 | 1000001 | 0 | 100000 | 1011 | 10010111 | 1001000 | 111100 |
Color Harmonies of #50E39B
Complementary color
Monochromatic Colors of #50E39B
Black with #50E39B
Text Example
Text Example
White with #50E39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E39B; }
p { color: rgb(80,227,155); }
H1.HeaderClassName
{
color: #50E39B;
}
.AnyTagClassName
{
color: #50E39B;
}
</style>
background-color css
<style>
a { background-color: #50E39B; }
a { background-color: rgb(80,227,155); }
div.DivClassName
{
background-color: #50E39B;
}
.BgClassName
{
background-color: #50E39B;
}
</style>
border-color css
<style>
span { border-color: #50E39B; }
span { border-color: rgb(80,227,155); }
td.TdClassName
{
border-color: #50E39B;
}
.TagClassName
{
border-color: #50E39B;
}
</style>