Shades of Medium Aquamarine #50D7A3
Tints of Medium Aquamarine #50D7A3
RGB
CMYK
RGB Variations
Color information
#50D7A3 (or 0x50D7A3) is known color: Medium Aquamarine. HEX triplet: 50, D7 and A3. RGB value is (80,215,163). Sum of RGB (Red+Green+Blue) = 80+215+163=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #50D7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D7A3 is #AF285C. Grayscale: #A8A8A8. Windows color (decimal): -11479133 or 10737488. OLE color: 10737488.
HSL color Cylindrical-coordinate representation of color #50D7A3: hue angle of 156.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D7A3 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 163 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.16 |
| HSL | 156.89º | 0.63% | 0.58% | - |
| HSV(B) | 156.89º | 0.63% | 0.84% | - |
| XYZ | 34.22 | 52.95 | 43.07 | - |
| YUV | 168.71 | 124.77 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 163 | 0.63 | 0 | 0.24 | 0.16 | 156.89 | 0.63 | 0.58 |
| Hex | 50 | D7 | A3 | 3F | 0 | 18 | 10 | 9D | 3F | 3A |
| Octal | 120 | 327 | 243 | 77 | 0 | 30 | 20 | 235 | 77 | 72 |
| Binary | 1010000 | 11010111 | 10100011 | 111111 | 0 | 11000 | 10000 | 10011101 | 111111 | 111010 |
Color Harmonies of #50D7A3
Complementary color
Monochromatic Colors of #50D7A3
Black with #50D7A3
Text Example
Text Example
White with #50D7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D7A3; }
p { color: rgb(80,215,163); }
H1.HeaderClassName
{
color: #50D7A3;
}
.AnyTagClassName
{
color: #50D7A3;
}
</style>
background-color css
<style>
a { background-color: #50D7A3; }
a { background-color: rgb(80,215,163); }
div.DivClassName
{
background-color: #50D7A3;
}
.BgClassName
{
background-color: #50D7A3;
}
</style>
border-color css
<style>
span { border-color: #50D7A3; }
span { border-color: rgb(80,215,163); }
td.TdClassName
{
border-color: #50D7A3;
}
.TagClassName
{
border-color: #50D7A3;
}
</style>