Shades of Medium Aquamarine #50FFAA
Tints of Medium Aquamarine #50FFAA
RGB
CMYK
RGB Variations
Color information
#50FFAA (or 0x50FFAA) is known color: Medium Aquamarine. HEX triplet: 50, FF and AA. RGB value is (80,255,170). Sum of RGB (Red+Green+Blue) = 80+255+170=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFAA is #AF0055. Grayscale: #C1C1C1. Windows color (decimal): -11468886 or 11206480. OLE color: 11206480.
HSL color Cylindrical-coordinate representation of color #50FFAA: hue angle of 150.86º 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 #50FFAA is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 170 | - |
| CMYK | 0.69 | 0 | 0.33 | 0 |
| HSL | 150.86º | 1% | 0.66% | - |
| HSV(B) | 150.86º | 0.69% | 1% | - |
| XYZ | 46.32 | 76.13 | 50.28 | - |
| YUV | 192.99 | 115.02 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 170 | 0.69 | 0 | 0.33 | 0 | 150.86 | 1 | 0.66 |
| Hex | 50 | FF | AA | 45 | 0 | 21 | 0 | 97 | 64 | 42 |
| Octal | 120 | 377 | 252 | 105 | 0 | 41 | 0 | 227 | 144 | 102 |
| Binary | 1010000 | 11111111 | 10101010 | 1000101 | 0 | 100001 | 0 | 10010111 | 1100100 | 1000010 |
Color Harmonies of #50FFAA
Complementary color
Monochromatic Colors of #50FFAA
Black with #50FFAA
Text Example
Text Example
White with #50FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFAA; }
p { color: rgb(80,255,170); }
H1.HeaderClassName
{
color: #50FFAA;
}
.AnyTagClassName
{
color: #50FFAA;
}
</style>
background-color css
<style>
a { background-color: #50FFAA; }
a { background-color: rgb(80,255,170); }
div.DivClassName
{
background-color: #50FFAA;
}
.BgClassName
{
background-color: #50FFAA;
}
</style>
border-color css
<style>
span { border-color: #50FFAA; }
span { border-color: rgb(80,255,170); }
td.TdClassName
{
border-color: #50FFAA;
}
.TagClassName
{
border-color: #50FFAA;
}
</style>