Shades of Medium Aquamarine #50E5AC
Tints of Medium Aquamarine #50E5AC
RGB
CMYK
RGB Variations
Color information
#50E5AC (or 0x50E5AC) is known color: Medium Aquamarine. HEX triplet: 50, E5 and AC. RGB value is (80,229,172). Sum of RGB (Red+Green+Blue) = 80+229+172=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E5AC is #AF1A53. Grayscale: #B2B2B2. Windows color (decimal): -11475540 or 11330896. OLE color: 11330896.
HSL color Cylindrical-coordinate representation of color #50E5AC: hue angle of 157.05º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E5AC is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 172 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.10 |
| HSL | 157.05º | 0.74% | 0.61% | - |
| HSV(B) | 157.05º | 0.65% | 0.9% | - |
| XYZ | 38.77 | 60.72 | 48.71 | - |
| YUV | 177.95 | 124.64 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 172 | 0.65 | 0 | 0.25 | 0.10 | 157.05 | 0.74 | 0.61 |
| Hex | 50 | E5 | AC | 41 | 0 | 19 | A | 9D | 4A | 3D |
| Octal | 120 | 345 | 254 | 101 | 0 | 31 | 12 | 235 | 112 | 75 |
| Binary | 1010000 | 11100101 | 10101100 | 1000001 | 0 | 11001 | 1010 | 10011101 | 1001010 | 111101 |
Color Harmonies of #50E5AC
Complementary color
Monochromatic Colors of #50E5AC
Black with #50E5AC
Text Example
Text Example
White with #50E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E5AC; }
p { color: rgb(80,229,172); }
H1.HeaderClassName
{
color: #50E5AC;
}
.AnyTagClassName
{
color: #50E5AC;
}
</style>
background-color css
<style>
a { background-color: #50E5AC; }
a { background-color: rgb(80,229,172); }
div.DivClassName
{
background-color: #50E5AC;
}
.BgClassName
{
background-color: #50E5AC;
}
</style>
border-color css
<style>
span { border-color: #50E5AC; }
span { border-color: rgb(80,229,172); }
td.TdClassName
{
border-color: #50E5AC;
}
.TagClassName
{
border-color: #50E5AC;
}
</style>