Shades of Medium Aquamarine #50F5A4
Tints of Medium Aquamarine #50F5A4
RGB
CMYK
RGB Variations
Color information
#50F5A4 (or 0x50F5A4) is known color: Medium Aquamarine. HEX triplet: 50, F5 and A4. RGB value is (80,245,164). Sum of RGB (Red+Green+Blue) = 80+245+164=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #50F5A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F5A4 is #AF0A5B. Grayscale: #BABABA. Windows color (decimal): -11471452 or 10810704. OLE color: 10810704.
HSL color Cylindrical-coordinate representation of color #50F5A4: hue angle of 150.55º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F5A4 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 245 | 164 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.04 |
| HSL | 150.55º | 0.89% | 0.64% | - |
| HSV(B) | 150.55º | 0.67% | 0.96% | - |
| XYZ | 42.66 | 69.69 | 46.33 | - |
| YUV | 186.43 | 115.34 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 245 | 164 | 0.67 | 0 | 0.33 | 0.04 | 150.55 | 0.89 | 0.64 |
| Hex | 50 | F5 | A4 | 43 | 0 | 21 | 4 | 97 | 59 | 40 |
| Octal | 120 | 365 | 244 | 103 | 0 | 41 | 4 | 227 | 131 | 100 |
| Binary | 1010000 | 11110101 | 10100100 | 1000011 | 0 | 100001 | 100 | 10010111 | 1011001 | 1000000 |
Color Harmonies of #50F5A4
Complementary color
Monochromatic Colors of #50F5A4
Black with #50F5A4
Text Example
Text Example
White with #50F5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F5A4; }
p { color: rgb(80,245,164); }
H1.HeaderClassName
{
color: #50F5A4;
}
.AnyTagClassName
{
color: #50F5A4;
}
</style>
background-color css
<style>
a { background-color: #50F5A4; }
a { background-color: rgb(80,245,164); }
div.DivClassName
{
background-color: #50F5A4;
}
.BgClassName
{
background-color: #50F5A4;
}
</style>
border-color css
<style>
span { border-color: #50F5A4; }
span { border-color: rgb(80,245,164); }
td.TdClassName
{
border-color: #50F5A4;
}
.TagClassName
{
border-color: #50F5A4;
}
</style>