Shades of Medium Aquamarine #50FAAA
Tints of Medium Aquamarine #50FAAA
RGB
CMYK
RGB Variations
Color information
#50FAAA (or 0x50FAAA) is known color: Medium Aquamarine. HEX triplet: 50, FA and AA. RGB value is (80,250,170). Sum of RGB (Red+Green+Blue) = 80+250+170=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #50FAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FAAA is #AF0555. Grayscale: #BEBEBE. Windows color (decimal): -11470166 or 11205200. OLE color: 11205200.
HSL color Cylindrical-coordinate representation of color #50FAAA: hue angle of 151.76º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FAAA is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 170 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.02 |
| HSL | 151.76º | 0.94% | 0.65% | - |
| HSV(B) | 151.76º | 0.68% | 0.98% | - |
| XYZ | 44.75 | 72.98 | 49.76 | - |
| YUV | 190.05 | 116.68 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 170 | 0.68 | 0 | 0.32 | 0.02 | 151.76 | 0.94 | 0.65 |
| Hex | 50 | FA | AA | 44 | 0 | 20 | 2 | 98 | 5E | 41 |
| Octal | 120 | 372 | 252 | 104 | 0 | 40 | 2 | 230 | 136 | 101 |
| Binary | 1010000 | 11111010 | 10101010 | 1000100 | 0 | 100000 | 10 | 10011000 | 1011110 | 1000001 |
Color Harmonies of #50FAAA
Complementary color
Monochromatic Colors of #50FAAA
Black with #50FAAA
Text Example
Text Example
White with #50FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FAAA; }
p { color: rgb(80,250,170); }
H1.HeaderClassName
{
color: #50FAAA;
}
.AnyTagClassName
{
color: #50FAAA;
}
</style>
background-color css
<style>
a { background-color: #50FAAA; }
a { background-color: rgb(80,250,170); }
div.DivClassName
{
background-color: #50FAAA;
}
.BgClassName
{
background-color: #50FAAA;
}
</style>
border-color css
<style>
span { border-color: #50FAAA; }
span { border-color: rgb(80,250,170); }
td.TdClassName
{
border-color: #50FAAA;
}
.TagClassName
{
border-color: #50FAAA;
}
</style>