Shades of Medium Aquamarine #50EA9F
Tints of Medium Aquamarine #50EA9F
RGB
CMYK
RGB Variations
Color information
#50EA9F (or 0x50EA9F) is known color: Medium Aquamarine. HEX triplet: 50, EA and 9F. RGB value is (80,234,159). Sum of RGB (Red+Green+Blue) = 80+234+159=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EA9F is #AF1560. Grayscale: #B3B3B3. Windows color (decimal): -11474273 or 10480208. OLE color: 10480208.
HSL color Cylindrical-coordinate representation of color #50EA9F: hue angle of 150.78º 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 #50EA9F is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 159 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.08 |
| HSL | 150.78º | 0.79% | 0.62% | - |
| HSV(B) | 150.78º | 0.66% | 0.92% | - |
| XYZ | 38.99 | 63.05 | 42.92 | - |
| YUV | 179.4 | 116.48 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 159 | 0.66 | 0 | 0.32 | 0.08 | 150.78 | 0.79 | 0.62 |
| Hex | 50 | EA | 9F | 42 | 0 | 20 | 8 | 97 | 4F | 3E |
| Octal | 120 | 352 | 237 | 102 | 0 | 40 | 10 | 227 | 117 | 76 |
| Binary | 1010000 | 11101010 | 10011111 | 1000010 | 0 | 100000 | 1000 | 10010111 | 1001111 | 111110 |
Color Harmonies of #50EA9F
Complementary color
Monochromatic Colors of #50EA9F
Black with #50EA9F
Text Example
Text Example
White with #50EA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EA9F; }
p { color: rgb(80,234,159); }
H1.HeaderClassName
{
color: #50EA9F;
}
.AnyTagClassName
{
color: #50EA9F;
}
</style>
background-color css
<style>
a { background-color: #50EA9F; }
a { background-color: rgb(80,234,159); }
div.DivClassName
{
background-color: #50EA9F;
}
.BgClassName
{
background-color: #50EA9F;
}
</style>
border-color css
<style>
span { border-color: #50EA9F; }
span { border-color: rgb(80,234,159); }
td.TdClassName
{
border-color: #50EA9F;
}
.TagClassName
{
border-color: #50EA9F;
}
</style>