Shades of Medium Aquamarine #50E2AF
Tints of Medium Aquamarine #50E2AF
RGB
CMYK
RGB Variations
Color information
#50E2AF (or 0x50E2AF) is known color: Medium Aquamarine. HEX triplet: 50, E2 and AF. RGB value is (80,226,175). Sum of RGB (Red+Green+Blue) = 80+226+175=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E2AF is #AF1D50. Grayscale: #B0B0B0. Windows color (decimal): -11476305 or 11526736. OLE color: 11526736.
HSL color Cylindrical-coordinate representation of color #50E2AF: hue angle of 159.04º 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 #50E2AF is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 175 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.11 |
| HSL | 159.04º | 0.72% | 0.6% | - |
| HSV(B) | 159.04º | 0.65% | 0.89% | - |
| XYZ | 38.24 | 59.19 | 49.97 | - |
| YUV | 176.53 | 127.13 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 175 | 0.65 | 0 | 0.23 | 0.11 | 159.04 | 0.72 | 0.6 |
| Hex | 50 | E2 | AF | 41 | 0 | 17 | B | 9F | 48 | 3C |
| Octal | 120 | 342 | 257 | 101 | 0 | 27 | 13 | 237 | 110 | 74 |
| Binary | 1010000 | 11100010 | 10101111 | 1000001 | 0 | 10111 | 1011 | 10011111 | 1001000 | 111100 |
Color Harmonies of #50E2AF
Complementary color
Monochromatic Colors of #50E2AF
Black with #50E2AF
Text Example
Text Example
White with #50E2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E2AF; }
p { color: rgb(80,226,175); }
H1.HeaderClassName
{
color: #50E2AF;
}
.AnyTagClassName
{
color: #50E2AF;
}
</style>
background-color css
<style>
a { background-color: #50E2AF; }
a { background-color: rgb(80,226,175); }
div.DivClassName
{
background-color: #50E2AF;
}
.BgClassName
{
background-color: #50E2AF;
}
</style>
border-color css
<style>
span { border-color: #50E2AF; }
span { border-color: rgb(80,226,175); }
td.TdClassName
{
border-color: #50E2AF;
}
.TagClassName
{
border-color: #50E2AF;
}
</style>