Shades of Medium Aquamarine #50F5AC
Tints of Medium Aquamarine #50F5AC
RGB
CMYK
RGB Variations
Color information
#50F5AC (or 0x50F5AC) is known color: Medium Aquamarine. HEX triplet: 50, F5 and AC. RGB value is (80,245,172). Sum of RGB (Red+Green+Blue) = 80+245+172=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #50F5AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F5AC is #AF0A53. Grayscale: #BBBBBB. Windows color (decimal): -11471444 or 11334992. OLE color: 11334992.
HSL color Cylindrical-coordinate representation of color #50F5AC: hue angle of 153.45º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F5AC is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 245 | 172 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.04 |
| HSL | 153.45º | 0.89% | 0.64% | - |
| HSV(B) | 153.45º | 0.67% | 0.96% | - |
| XYZ | 43.41 | 69.99 | 50.25 | - |
| YUV | 187.34 | 119.34 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 245 | 172 | 0.67 | 0 | 0.30 | 0.04 | 153.45 | 0.89 | 0.64 |
| Hex | 50 | F5 | AC | 43 | 0 | 1E | 4 | 99 | 59 | 40 |
| Octal | 120 | 365 | 254 | 103 | 0 | 36 | 4 | 231 | 131 | 100 |
| Binary | 1010000 | 11110101 | 10101100 | 1000011 | 0 | 11110 | 100 | 10011001 | 1011001 | 1000000 |
Color Harmonies of #50F5AC
Complementary color
Monochromatic Colors of #50F5AC
Black with #50F5AC
Text Example
Text Example
White with #50F5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F5AC; }
p { color: rgb(80,245,172); }
H1.HeaderClassName
{
color: #50F5AC;
}
.AnyTagClassName
{
color: #50F5AC;
}
</style>
background-color css
<style>
a { background-color: #50F5AC; }
a { background-color: rgb(80,245,172); }
div.DivClassName
{
background-color: #50F5AC;
}
.BgClassName
{
background-color: #50F5AC;
}
</style>
border-color css
<style>
span { border-color: #50F5AC; }
span { border-color: rgb(80,245,172); }
td.TdClassName
{
border-color: #50F5AC;
}
.TagClassName
{
border-color: #50F5AC;
}
</style>