Shades of Medium Aquamarine #50E797
Tints of Medium Aquamarine #50E797
RGB
CMYK
RGB Variations
Color information
#50E797 (or 0x50E797) is known color: Medium Aquamarine. HEX triplet: 50, E7 and 97. RGB value is (80,231,151). Sum of RGB (Red+Green+Blue) = 80+231+151=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #50E797 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E797 is #AF1868. Grayscale: #B0B0B0. Windows color (decimal): -11475049 or 9955152. OLE color: 9955152.
HSL color Cylindrical-coordinate representation of color #50E797: hue angle of 148.21º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E797 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 231 | 151 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.09 |
| HSL | 148.21º | 0.76% | 0.61% | - |
| HSV(B) | 148.21º | 0.65% | 0.91% | - |
| XYZ | 37.47 | 61.09 | 39.1 | - |
| YUV | 176.73 | 113.47 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 151 | 0.65 | 0 | 0.35 | 0.09 | 148.21 | 0.76 | 0.61 |
| Hex | 50 | E7 | 97 | 41 | 0 | 23 | 9 | 94 | 4C | 3D |
| Octal | 120 | 347 | 227 | 101 | 0 | 43 | 11 | 224 | 114 | 75 |
| Binary | 1010000 | 11100111 | 10010111 | 1000001 | 0 | 100011 | 1001 | 10010100 | 1001100 | 111101 |
Color Harmonies of #50E797
Complementary color
Monochromatic Colors of #50E797
Black with #50E797
Text Example
Text Example
White with #50E797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E797; }
p { color: rgb(80,231,151); }
H1.HeaderClassName
{
color: #50E797;
}
.AnyTagClassName
{
color: #50E797;
}
</style>
background-color css
<style>
a { background-color: #50E797; }
a { background-color: rgb(80,231,151); }
div.DivClassName
{
background-color: #50E797;
}
.BgClassName
{
background-color: #50E797;
}
</style>
border-color css
<style>
span { border-color: #50E797; }
span { border-color: rgb(80,231,151); }
td.TdClassName
{
border-color: #50E797;
}
.TagClassName
{
border-color: #50E797;
}
</style>