Shades of Medium Aquamarine #50F396
Tints of Medium Aquamarine #50F396
RGB
CMYK
RGB Variations
Color information
#50F396 (or 0x50F396) is known color: Medium Aquamarine. HEX triplet: 50, F3 and 96. RGB value is (80,243,150). Sum of RGB (Red+Green+Blue) = 80+243+150=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #50F396 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F396 is #AF0C69. Grayscale: #B7B7B7. Windows color (decimal): -11471978 or 9892688. OLE color: 9892688.
HSL color Cylindrical-coordinate representation of color #50F396: hue angle of 145.77º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F396 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 150 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.05 |
| HSL | 145.77º | 0.87% | 0.63% | - |
| HSV(B) | 145.77º | 0.67% | 0.95% | - |
| XYZ | 40.86 | 68.01 | 39.83 | - |
| YUV | 183.66 | 109 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 150 | 0.67 | 0 | 0.38 | 0.05 | 145.77 | 0.87 | 0.63 |
| Hex | 50 | F3 | 96 | 43 | 0 | 26 | 5 | 92 | 57 | 3F |
| Octal | 120 | 363 | 226 | 103 | 0 | 46 | 5 | 222 | 127 | 77 |
| Binary | 1010000 | 11110011 | 10010110 | 1000011 | 0 | 100110 | 101 | 10010010 | 1010111 | 111111 |
Color Harmonies of #50F396
Complementary color
Monochromatic Colors of #50F396
Black with #50F396
Text Example
Text Example
White with #50F396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F396; }
p { color: rgb(80,243,150); }
H1.HeaderClassName
{
color: #50F396;
}
.AnyTagClassName
{
color: #50F396;
}
</style>
background-color css
<style>
a { background-color: #50F396; }
a { background-color: rgb(80,243,150); }
div.DivClassName
{
background-color: #50F396;
}
.BgClassName
{
background-color: #50F396;
}
</style>
border-color css
<style>
span { border-color: #50F396; }
span { border-color: rgb(80,243,150); }
td.TdClassName
{
border-color: #50F396;
}
.TagClassName
{
border-color: #50F396;
}
</style>