Shades of Medium Aquamarine #50F7A9
Tints of Medium Aquamarine #50F7A9
RGB
CMYK
RGB Variations
Color information
#50F7A9 (or 0x50F7A9) is known color: Medium Aquamarine. HEX triplet: 50, F7 and A9. RGB value is (80,247,169). Sum of RGB (Red+Green+Blue) = 80+247+169=496 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.13% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F7A9 is #AF0856. Grayscale: #BCBCBC. Windows color (decimal): -11470935 or 11138896. OLE color: 11138896.
HSL color Cylindrical-coordinate representation of color #50F7A9: hue angle of 151.98º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F7A9 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 169 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.03 |
| HSL | 151.98º | 0.91% | 0.64% | - |
| HSV(B) | 151.98º | 0.68% | 0.97% | - |
| XYZ | 43.73 | 71.09 | 48.95 | - |
| YUV | 188.18 | 117.17 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 169 | 0.68 | 0 | 0.32 | 0.03 | 151.98 | 0.91 | 0.64 |
| Hex | 50 | F7 | A9 | 44 | 0 | 20 | 3 | 98 | 5B | 40 |
| Octal | 120 | 367 | 251 | 104 | 0 | 40 | 3 | 230 | 133 | 100 |
| Binary | 1010000 | 11110111 | 10101001 | 1000100 | 0 | 100000 | 11 | 10011000 | 1011011 | 1000000 |
Color Harmonies of #50F7A9
Complementary color
Monochromatic Colors of #50F7A9
Black with #50F7A9
Text Example
Text Example
White with #50F7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F7A9; }
p { color: rgb(80,247,169); }
H1.HeaderClassName
{
color: #50F7A9;
}
.AnyTagClassName
{
color: #50F7A9;
}
</style>
background-color css
<style>
a { background-color: #50F7A9; }
a { background-color: rgb(80,247,169); }
div.DivClassName
{
background-color: #50F7A9;
}
.BgClassName
{
background-color: #50F7A9;
}
</style>
border-color css
<style>
span { border-color: #50F7A9; }
span { border-color: rgb(80,247,169); }
td.TdClassName
{
border-color: #50F7A9;
}
.TagClassName
{
border-color: #50F7A9;
}
</style>