Shades of Medium Aquamarine #50F6AF
Tints of Medium Aquamarine #50F6AF
RGB
CMYK
RGB Variations
Color information
#50F6AF (or 0x50F6AF) is known color: Medium Aquamarine. HEX triplet: 50, F6 and AF. RGB value is (80,246,175). Sum of RGB (Red+Green+Blue) = 80+246+175=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #50F6AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F6AF is #AF0950. Grayscale: #BCBCBC. Windows color (decimal): -11471185 or 11531856. OLE color: 11531856.
HSL color Cylindrical-coordinate representation of color #50F6AF: hue angle of 154.34º degrees, saturation: 0.9, 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 #50F6AF is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 246 | 175 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.04 |
| HSL | 154.34º | 0.9% | 0.64% | - |
| HSV(B) | 154.34º | 0.67% | 0.96% | - |
| XYZ | 44 | 70.71 | 51.89 | - |
| YUV | 188.27 | 120.5 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 246 | 175 | 0.67 | 0 | 0.29 | 0.04 | 154.34 | 0.9 | 0.64 |
| Hex | 50 | F6 | AF | 43 | 0 | 1D | 4 | 9A | 5A | 40 |
| Octal | 120 | 366 | 257 | 103 | 0 | 35 | 4 | 232 | 132 | 100 |
| Binary | 1010000 | 11110110 | 10101111 | 1000011 | 0 | 11101 | 100 | 10011010 | 1011010 | 1000000 |
Color Harmonies of #50F6AF
Complementary color
Monochromatic Colors of #50F6AF
Black with #50F6AF
Text Example
Text Example
White with #50F6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F6AF; }
p { color: rgb(80,246,175); }
H1.HeaderClassName
{
color: #50F6AF;
}
.AnyTagClassName
{
color: #50F6AF;
}
</style>
background-color css
<style>
a { background-color: #50F6AF; }
a { background-color: rgb(80,246,175); }
div.DivClassName
{
background-color: #50F6AF;
}
.BgClassName
{
background-color: #50F6AF;
}
</style>
border-color css
<style>
span { border-color: #50F6AF; }
span { border-color: rgb(80,246,175); }
td.TdClassName
{
border-color: #50F6AF;
}
.TagClassName
{
border-color: #50F6AF;
}
</style>