Shades of Medium Aquamarine #50FFA0
Tints of Medium Aquamarine #50FFA0
RGB
CMYK
RGB Variations
Color information
#50FFA0 (or 0x50FFA0) is known color: Medium Aquamarine. HEX triplet: 50, FF and A0. RGB value is (80,255,160). Sum of RGB (Red+Green+Blue) = 80+255+160=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFA0 is #AF005F. Grayscale: #C0C0C0. Windows color (decimal): -11468896 or 10551120. OLE color: 10551120.
HSL color Cylindrical-coordinate representation of color #50FFA0: hue angle of 147.43º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFA0 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 160 | - |
| CMYK | 0.69 | 0 | 0.37 | 0 |
| HSL | 147.43º | 1% | 0.66% | - |
| HSV(B) | 147.43º | 0.69% | 1% | - |
| XYZ | 45.41 | 75.76 | 45.49 | - |
| YUV | 191.85 | 110.02 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 160 | 0.69 | 0 | 0.37 | 0 | 147.43 | 1 | 0.66 |
| Hex | 50 | FF | A0 | 45 | 0 | 25 | 0 | 93 | 64 | 42 |
| Octal | 120 | 377 | 240 | 105 | 0 | 45 | 0 | 223 | 144 | 102 |
| Binary | 1010000 | 11111111 | 10100000 | 1000101 | 0 | 100101 | 0 | 10010011 | 1100100 | 1000010 |
Color Harmonies of #50FFA0
Complementary color
Monochromatic Colors of #50FFA0
Black with #50FFA0
Text Example
Text Example
White with #50FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFA0; }
p { color: rgb(80,255,160); }
H1.HeaderClassName
{
color: #50FFA0;
}
.AnyTagClassName
{
color: #50FFA0;
}
</style>
background-color css
<style>
a { background-color: #50FFA0; }
a { background-color: rgb(80,255,160); }
div.DivClassName
{
background-color: #50FFA0;
}
.BgClassName
{
background-color: #50FFA0;
}
</style>
border-color css
<style>
span { border-color: #50FFA0; }
span { border-color: rgb(80,255,160); }
td.TdClassName
{
border-color: #50FFA0;
}
.TagClassName
{
border-color: #50FFA0;
}
</style>