Shades of Medium Aquamarine #50F497
Tints of Medium Aquamarine #50F497
RGB
CMYK
RGB Variations
Color information
#50F497 (or 0x50F497) is known color: Medium Aquamarine. HEX triplet: 50, F4 and 97. RGB value is (80,244,151). Sum of RGB (Red+Green+Blue) = 80+244+151=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 244 (95.70% from 255 or 51.37% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 244 - color contains mainly: green. Hex color #50F497 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F497 is #AF0B68. Grayscale: #B8B8B8. Windows color (decimal): -11471721 or 9958480. OLE color: 9958480.
HSL color Cylindrical-coordinate representation of color #50F497: hue angle of 145.98º degrees, saturation: 0.88, 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 #50F497 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 151 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.04 |
| HSL | 145.98º | 0.88% | 0.64% | - |
| HSV(B) | 145.98º | 0.67% | 0.96% | - |
| XYZ | 41.24 | 68.64 | 40.35 | - |
| YUV | 184.36 | 109.17 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 151 | 0.67 | 0 | 0.38 | 0.04 | 145.98 | 0.88 | 0.64 |
| Hex | 50 | F4 | 97 | 43 | 0 | 26 | 4 | 92 | 58 | 40 |
| Octal | 120 | 364 | 227 | 103 | 0 | 46 | 4 | 222 | 130 | 100 |
| Binary | 1010000 | 11110100 | 10010111 | 1000011 | 0 | 100110 | 100 | 10010010 | 1011000 | 1000000 |
Color Harmonies of #50F497
Complementary color
Monochromatic Colors of #50F497
Black with #50F497
Text Example
Text Example
White with #50F497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F497; }
p { color: rgb(80,244,151); }
H1.HeaderClassName
{
color: #50F497;
}
.AnyTagClassName
{
color: #50F497;
}
</style>
background-color css
<style>
a { background-color: #50F497; }
a { background-color: rgb(80,244,151); }
div.DivClassName
{
background-color: #50F497;
}
.BgClassName
{
background-color: #50F497;
}
</style>
border-color css
<style>
span { border-color: #50F497; }
span { border-color: rgb(80,244,151); }
td.TdClassName
{
border-color: #50F497;
}
.TagClassName
{
border-color: #50F497;
}
</style>