Shades of Medium Aquamarine #50E49C
Tints of Medium Aquamarine #50E49C
RGB
CMYK
RGB Variations
Color information
#50E49C (or 0x50E49C) is known color: Medium Aquamarine. HEX triplet: 50, E4 and 9C. RGB value is (80,228,156). Sum of RGB (Red+Green+Blue) = 80+228+156=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #50E49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E49C is #AF1B63. Grayscale: #AFAFAF. Windows color (decimal): -11475812 or 10282064. OLE color: 10282064.
HSL color Cylindrical-coordinate representation of color #50E49C: hue angle of 150.81º degrees, saturation: 0.73, 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 #50E49C is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 228 | 156 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.11 |
| HSL | 150.81º | 0.73% | 0.6% | - |
| HSV(B) | 150.81º | 0.65% | 0.89% | - |
| XYZ | 37.05 | 59.59 | 41 | - |
| YUV | 175.54 | 116.97 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 228 | 156 | 0.65 | 0 | 0.32 | 0.11 | 150.81 | 0.73 | 0.6 |
| Hex | 50 | E4 | 9C | 41 | 0 | 20 | B | 97 | 49 | 3C |
| Octal | 120 | 344 | 234 | 101 | 0 | 40 | 13 | 227 | 111 | 74 |
| Binary | 1010000 | 11100100 | 10011100 | 1000001 | 0 | 100000 | 1011 | 10010111 | 1001001 | 111100 |
Color Harmonies of #50E49C
Complementary color
Monochromatic Colors of #50E49C
Black with #50E49C
Text Example
Text Example
White with #50E49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E49C; }
p { color: rgb(80,228,156); }
H1.HeaderClassName
{
color: #50E49C;
}
.AnyTagClassName
{
color: #50E49C;
}
</style>
background-color css
<style>
a { background-color: #50E49C; }
a { background-color: rgb(80,228,156); }
div.DivClassName
{
background-color: #50E49C;
}
.BgClassName
{
background-color: #50E49C;
}
</style>
border-color css
<style>
span { border-color: #50E49C; }
span { border-color: rgb(80,228,156); }
td.TdClassName
{
border-color: #50E49C;
}
.TagClassName
{
border-color: #50E49C;
}
</style>