Shades of Medium Aquamarine #50E9A1
Tints of Medium Aquamarine #50E9A1
RGB
CMYK
RGB Variations
Color information
#50E9A1 (or 0x50E9A1) is known color: Medium Aquamarine. HEX triplet: 50, E9 and A1. RGB value is (80,233,161). Sum of RGB (Red+Green+Blue) = 80+233+161=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E9A1 is #AF165E. Grayscale: #B3B3B3. Windows color (decimal): -11474527 or 10611024. OLE color: 10611024.
HSL color Cylindrical-coordinate representation of color #50E9A1: hue angle of 151.76º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E9A1 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 161 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.09 |
| HSL | 151.76º | 0.78% | 0.61% | - |
| HSV(B) | 151.76º | 0.66% | 0.91% | - |
| XYZ | 38.88 | 62.56 | 43.74 | - |
| YUV | 179.05 | 117.81 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 161 | 0.66 | 0 | 0.31 | 0.09 | 151.76 | 0.78 | 0.61 |
| Hex | 50 | E9 | A1 | 42 | 0 | 1F | 9 | 98 | 4E | 3D |
| Octal | 120 | 351 | 241 | 102 | 0 | 37 | 11 | 230 | 116 | 75 |
| Binary | 1010000 | 11101001 | 10100001 | 1000010 | 0 | 11111 | 1001 | 10011000 | 1001110 | 111101 |
Color Harmonies of #50E9A1
Complementary color
Monochromatic Colors of #50E9A1
Black with #50E9A1
Text Example
Text Example
White with #50E9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E9A1; }
p { color: rgb(80,233,161); }
H1.HeaderClassName
{
color: #50E9A1;
}
.AnyTagClassName
{
color: #50E9A1;
}
</style>
background-color css
<style>
a { background-color: #50E9A1; }
a { background-color: rgb(80,233,161); }
div.DivClassName
{
background-color: #50E9A1;
}
.BgClassName
{
background-color: #50E9A1;
}
</style>
border-color css
<style>
span { border-color: #50E9A1; }
span { border-color: rgb(80,233,161); }
td.TdClassName
{
border-color: #50E9A1;
}
.TagClassName
{
border-color: #50E9A1;
}
</style>