Shades of Medium Aquamarine #50F896
Tints of Medium Aquamarine #50F896
RGB
CMYK
RGB Variations
Color information
#50F896 (or 0x50F896) is known color: Medium Aquamarine. HEX triplet: 50, F8 and 96. RGB value is (80,248,150). Sum of RGB (Red+Green+Blue) = 80+248+150=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #50F896 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F896 is #AF0769. Grayscale: #BABABA. Windows color (decimal): -11470698 or 9893968. OLE color: 9893968.
HSL color Cylindrical-coordinate representation of color #50F896: hue angle of 145º degrees, saturation: 0.92, 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 #50F896 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 248 | 150 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.03 |
| HSL | 145º | 0.92% | 0.64% | - |
| HSV(B) | 145º | 0.68% | 0.97% | - |
| XYZ | 42.38 | 71.04 | 40.33 | - |
| YUV | 186.6 | 107.34 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 248 | 150 | 0.68 | 0 | 0.40 | 0.03 | 145 | 0.92 | 0.64 |
| Hex | 50 | F8 | 96 | 44 | 0 | 28 | 3 | 91 | 5C | 40 |
| Octal | 120 | 370 | 226 | 104 | 0 | 50 | 3 | 221 | 134 | 100 |
| Binary | 1010000 | 11111000 | 10010110 | 1000100 | 0 | 101000 | 11 | 10010001 | 1011100 | 1000000 |
Color Harmonies of #50F896
Complementary color
Monochromatic Colors of #50F896
Black with #50F896
Text Example
Text Example
White with #50F896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F896; }
p { color: rgb(80,248,150); }
H1.HeaderClassName
{
color: #50F896;
}
.AnyTagClassName
{
color: #50F896;
}
</style>
background-color css
<style>
a { background-color: #50F896; }
a { background-color: rgb(80,248,150); }
div.DivClassName
{
background-color: #50F896;
}
.BgClassName
{
background-color: #50F896;
}
</style>
border-color css
<style>
span { border-color: #50F896; }
span { border-color: rgb(80,248,150); }
td.TdClassName
{
border-color: #50F896;
}
.TagClassName
{
border-color: #50F896;
}
</style>