Shades of Medium Aquamarine #50FBA6
Tints of Medium Aquamarine #50FBA6
RGB
CMYK
RGB Variations
Color information
#50FBA6 (or 0x50FBA6) is known color: Medium Aquamarine. HEX triplet: 50, FB and A6. RGB value is (80,251,166). Sum of RGB (Red+Green+Blue) = 80+251+166=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FBA6 is #AF0459. Grayscale: #BEBEBE. Windows color (decimal): -11469914 or 10943312. OLE color: 10943312.
HSL color Cylindrical-coordinate representation of color #50FBA6: hue angle of 150.18º degrees, saturation: 0.96, 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 #50FBA6 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 166 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.02 |
| HSL | 150.18º | 0.96% | 0.65% | - |
| HSV(B) | 150.18º | 0.68% | 0.98% | - |
| XYZ | 44.69 | 73.45 | 47.9 | - |
| YUV | 190.18 | 114.35 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 166 | 0.68 | 0 | 0.34 | 0.02 | 150.18 | 0.96 | 0.65 |
| Hex | 50 | FB | A6 | 44 | 0 | 22 | 2 | 96 | 60 | 41 |
| Octal | 120 | 373 | 246 | 104 | 0 | 42 | 2 | 226 | 140 | 101 |
| Binary | 1010000 | 11111011 | 10100110 | 1000100 | 0 | 100010 | 10 | 10010110 | 1100000 | 1000001 |
Color Harmonies of #50FBA6
Complementary color
Monochromatic Colors of #50FBA6
Black with #50FBA6
Text Example
Text Example
White with #50FBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FBA6; }
p { color: rgb(80,251,166); }
H1.HeaderClassName
{
color: #50FBA6;
}
.AnyTagClassName
{
color: #50FBA6;
}
</style>
background-color css
<style>
a { background-color: #50FBA6; }
a { background-color: rgb(80,251,166); }
div.DivClassName
{
background-color: #50FBA6;
}
.BgClassName
{
background-color: #50FBA6;
}
</style>
border-color css
<style>
span { border-color: #50FBA6; }
span { border-color: rgb(80,251,166); }
td.TdClassName
{
border-color: #50FBA6;
}
.TagClassName
{
border-color: #50FBA6;
}
</style>