Shades of Medium Aquamarine #50E0AC
Tints of Medium Aquamarine #50E0AC
RGB
CMYK
RGB Variations
Color information
#50E0AC (or 0x50E0AC) is known color: Medium Aquamarine. HEX triplet: 50, E0 and AC. RGB value is (80,224,172). Sum of RGB (Red+Green+Blue) = 80+224+172=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #50E0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E0AC is #AF1F53. Grayscale: #AFAFAF. Windows color (decimal): -11476820 or 11329616. OLE color: 11329616.
HSL color Cylindrical-coordinate representation of color #50E0AC: hue angle of 158.33º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E0AC is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 224 | 172 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.12 |
| HSL | 158.33º | 0.7% | 0.6% | - |
| HSV(B) | 158.33º | 0.64% | 0.88% | - |
| XYZ | 37.41 | 58 | 48.25 | - |
| YUV | 175.02 | 126.29 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 172 | 0.64 | 0 | 0.23 | 0.12 | 158.33 | 0.7 | 0.6 |
| Hex | 50 | E0 | AC | 40 | 0 | 17 | C | 9E | 46 | 3C |
| Octal | 120 | 340 | 254 | 100 | 0 | 27 | 14 | 236 | 106 | 74 |
| Binary | 1010000 | 11100000 | 10101100 | 1000000 | 0 | 10111 | 1100 | 10011110 | 1000110 | 111100 |
Color Harmonies of #50E0AC
Complementary color
Monochromatic Colors of #50E0AC
Black with #50E0AC
Text Example
Text Example
White with #50E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E0AC; }
p { color: rgb(80,224,172); }
H1.HeaderClassName
{
color: #50E0AC;
}
.AnyTagClassName
{
color: #50E0AC;
}
</style>
background-color css
<style>
a { background-color: #50E0AC; }
a { background-color: rgb(80,224,172); }
div.DivClassName
{
background-color: #50E0AC;
}
.BgClassName
{
background-color: #50E0AC;
}
</style>
border-color css
<style>
span { border-color: #50E0AC; }
span { border-color: rgb(80,224,172); }
td.TdClassName
{
border-color: #50E0AC;
}
.TagClassName
{
border-color: #50E0AC;
}
</style>