Shades of Medium Aquamarine #50EBA9
Tints of Medium Aquamarine #50EBA9
RGB
CMYK
RGB Variations
Color information
#50EBA9 (or 0x50EBA9) is known color: Medium Aquamarine. HEX triplet: 50, EB and A9. RGB value is (80,235,169). Sum of RGB (Red+Green+Blue) = 80+235+169=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EBA9 is #AF1456. Grayscale: #B5B5B5. Windows color (decimal): -11474007 or 11135824. OLE color: 11135824.
HSL color Cylindrical-coordinate representation of color #50EBA9: hue angle of 154.45º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EBA9 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 169 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.08 |
| HSL | 154.45º | 0.79% | 0.62% | - |
| HSV(B) | 154.45º | 0.66% | 0.92% | - |
| XYZ | 40.18 | 63.99 | 47.77 | - |
| YUV | 181.13 | 121.15 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 169 | 0.66 | 0 | 0.28 | 0.08 | 154.45 | 0.79 | 0.62 |
| Hex | 50 | EB | A9 | 42 | 0 | 1C | 8 | 9A | 4F | 3E |
| Octal | 120 | 353 | 251 | 102 | 0 | 34 | 10 | 232 | 117 | 76 |
| Binary | 1010000 | 11101011 | 10101001 | 1000010 | 0 | 11100 | 1000 | 10011010 | 1001111 | 111110 |
Color Harmonies of #50EBA9
Complementary color
Monochromatic Colors of #50EBA9
Black with #50EBA9
Text Example
Text Example
White with #50EBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EBA9; }
p { color: rgb(80,235,169); }
H1.HeaderClassName
{
color: #50EBA9;
}
.AnyTagClassName
{
color: #50EBA9;
}
</style>
background-color css
<style>
a { background-color: #50EBA9; }
a { background-color: rgb(80,235,169); }
div.DivClassName
{
background-color: #50EBA9;
}
.BgClassName
{
background-color: #50EBA9;
}
</style>
border-color css
<style>
span { border-color: #50EBA9; }
span { border-color: rgb(80,235,169); }
td.TdClassName
{
border-color: #50EBA9;
}
.TagClassName
{
border-color: #50EBA9;
}
</style>