Shades of Medium Aquamarine #50FE9F
Tints of Medium Aquamarine #50FE9F
RGB
CMYK
RGB Variations
Color information
#50FE9F (or 0x50FE9F) is known color: Medium Aquamarine. HEX triplet: 50, FE and 9F. RGB value is (80,254,159). Sum of RGB (Red+Green+Blue) = 80+254+159=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FE9F is #AF0160. Grayscale: #BFBFBF. Windows color (decimal): -11469153 or 10485328. OLE color: 10485328.
HSL color Cylindrical-coordinate representation of color #50FE9F: hue angle of 147.24º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FE9F is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 159 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.00 |
| HSL | 147.24º | 0.99% | 0.65% | - |
| HSV(B) | 147.24º | 0.69% | 1% | - |
| XYZ | 45.01 | 75.09 | 44.92 | - |
| YUV | 191.14 | 109.85 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 159 | 0.69 | 0 | 0.37 | 0.00 | 147.24 | 0.99 | 0.65 |
| Hex | 50 | FE | 9F | 45 | 0 | 25 | 0 | 93 | 63 | 41 |
| Octal | 120 | 376 | 237 | 105 | 0 | 45 | 0 | 223 | 143 | 101 |
| Binary | 1010000 | 11111110 | 10011111 | 1000101 | 0 | 100101 | 0 | 10010011 | 1100011 | 1000001 |
Color Harmonies of #50FE9F
Complementary color
Monochromatic Colors of #50FE9F
Black with #50FE9F
Text Example
Text Example
White with #50FE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FE9F; }
p { color: rgb(80,254,159); }
H1.HeaderClassName
{
color: #50FE9F;
}
.AnyTagClassName
{
color: #50FE9F;
}
</style>
background-color css
<style>
a { background-color: #50FE9F; }
a { background-color: rgb(80,254,159); }
div.DivClassName
{
background-color: #50FE9F;
}
.BgClassName
{
background-color: #50FE9F;
}
</style>
border-color css
<style>
span { border-color: #50FE9F; }
span { border-color: rgb(80,254,159); }
td.TdClassName
{
border-color: #50FE9F;
}
.TagClassName
{
border-color: #50FE9F;
}
</style>