Shades of Medium Aquamarine #50FA96
Tints of Medium Aquamarine #50FA96
RGB
CMYK
RGB Variations
Color information
#50FA96 (or 0x50FA96) is known color: Medium Aquamarine. HEX triplet: 50, FA and 96. RGB value is (80,250,150). Sum of RGB (Red+Green+Blue) = 80+250+150=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FA96 is #AF0569. Grayscale: #BCBCBC. Windows color (decimal): -11470186 or 9894480. OLE color: 9894480.
HSL color Cylindrical-coordinate representation of color #50FA96: hue angle of 144.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FA96 is Cyan = 0.68, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 150 | - |
| CMYK | 0.68 | 0 | 0.4 | 0.02 |
| HSL | 144.71º | 0.94% | 0.65% | - |
| HSV(B) | 144.71º | 0.68% | 0.98% | - |
| XYZ | 43 | 72.28 | 40.54 | - |
| YUV | 187.77 | 106.68 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 150 | 0.68 | 0 | 0.4 | 0.02 | 144.71 | 0.94 | 0.65 |
| Hex | 50 | FA | 96 | 44 | 0 | 28 | 2 | 91 | 5E | 41 |
| Octal | 120 | 372 | 226 | 104 | 0 | 50 | 2 | 221 | 136 | 101 |
| Binary | 1010000 | 11111010 | 10010110 | 1000100 | 0 | 101000 | 10 | 10010001 | 1011110 | 1000001 |
Color Harmonies of #50FA96
Complementary color
Monochromatic Colors of #50FA96
Black with #50FA96
Text Example
Text Example
White with #50FA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FA96; }
p { color: rgb(80,250,150); }
H1.HeaderClassName
{
color: #50FA96;
}
.AnyTagClassName
{
color: #50FA96;
}
</style>
background-color css
<style>
a { background-color: #50FA96; }
a { background-color: rgb(80,250,150); }
div.DivClassName
{
background-color: #50FA96;
}
.BgClassName
{
background-color: #50FA96;
}
</style>
border-color css
<style>
span { border-color: #50FA96; }
span { border-color: rgb(80,250,150); }
td.TdClassName
{
border-color: #50FA96;
}
.TagClassName
{
border-color: #50FA96;
}
</style>