Shades of Medium Aquamarine #50F097
Tints of Medium Aquamarine #50F097
RGB
CMYK
RGB Variations
Color information
#50F097 (or 0x50F097) is known color: Medium Aquamarine. HEX triplet: 50, F0 and 97. RGB value is (80,240,151). Sum of RGB (Red+Green+Blue) = 80+240+151=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #50F097 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F097 is #AF0F68. Grayscale: #B6B6B6. Windows color (decimal): -11472745 or 9957456. OLE color: 9957456.
HSL color Cylindrical-coordinate representation of color #50F097: hue angle of 146.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F097 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 151 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.06 |
| HSL | 146.63º | 0.84% | 0.63% | - |
| HSV(B) | 146.63º | 0.67% | 0.94% | - |
| XYZ | 40.05 | 66.26 | 39.96 | - |
| YUV | 182.01 | 110.49 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 151 | 0.67 | 0 | 0.37 | 0.06 | 146.63 | 0.84 | 0.63 |
| Hex | 50 | F0 | 97 | 43 | 0 | 25 | 6 | 93 | 54 | 3F |
| Octal | 120 | 360 | 227 | 103 | 0 | 45 | 6 | 223 | 124 | 77 |
| Binary | 1010000 | 11110000 | 10010111 | 1000011 | 0 | 100101 | 110 | 10010011 | 1010100 | 111111 |
Color Harmonies of #50F097
Complementary color
Monochromatic Colors of #50F097
Black with #50F097
Text Example
Text Example
White with #50F097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F097; }
p { color: rgb(80,240,151); }
H1.HeaderClassName
{
color: #50F097;
}
.AnyTagClassName
{
color: #50F097;
}
</style>
background-color css
<style>
a { background-color: #50F097; }
a { background-color: rgb(80,240,151); }
div.DivClassName
{
background-color: #50F097;
}
.BgClassName
{
background-color: #50F097;
}
</style>
border-color css
<style>
span { border-color: #50F097; }
span { border-color: rgb(80,240,151); }
td.TdClassName
{
border-color: #50F097;
}
.TagClassName
{
border-color: #50F097;
}
</style>