Shades of Medium Aquamarine #50FFA8
Tints of Medium Aquamarine #50FFA8
RGB
CMYK
RGB Variations
Color information
#50FFA8 (or 0x50FFA8) is known color: Medium Aquamarine. HEX triplet: 50, FF and A8. RGB value is (80,255,168). Sum of RGB (Red+Green+Blue) = 80+255+168=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFA8 is #AF0057. Grayscale: #C0C0C0. Windows color (decimal): -11468888 or 11075408. OLE color: 11075408.
HSL color Cylindrical-coordinate representation of color #50FFA8: hue angle of 150.17º 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 #50FFA8 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 168 | - |
| CMYK | 0.69 | 0 | 0.34 | 0 |
| HSL | 150.17º | 1% | 0.66% | - |
| HSV(B) | 150.17º | 0.69% | 1% | - |
| XYZ | 46.14 | 76.05 | 49.29 | - |
| YUV | 192.76 | 114.02 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 168 | 0.69 | 0 | 0.34 | 0 | 150.17 | 1 | 0.66 |
| Hex | 50 | FF | A8 | 45 | 0 | 22 | 0 | 96 | 64 | 42 |
| Octal | 120 | 377 | 250 | 105 | 0 | 42 | 0 | 226 | 144 | 102 |
| Binary | 1010000 | 11111111 | 10101000 | 1000101 | 0 | 100010 | 0 | 10010110 | 1100100 | 1000010 |
Color Harmonies of #50FFA8
Complementary color
Monochromatic Colors of #50FFA8
Black with #50FFA8
Text Example
Text Example
White with #50FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFA8; }
p { color: rgb(80,255,168); }
H1.HeaderClassName
{
color: #50FFA8;
}
.AnyTagClassName
{
color: #50FFA8;
}
</style>
background-color css
<style>
a { background-color: #50FFA8; }
a { background-color: rgb(80,255,168); }
div.DivClassName
{
background-color: #50FFA8;
}
.BgClassName
{
background-color: #50FFA8;
}
</style>
border-color css
<style>
span { border-color: #50FFA8; }
span { border-color: rgb(80,255,168); }
td.TdClassName
{
border-color: #50FFA8;
}
.TagClassName
{
border-color: #50FFA8;
}
</style>