Shades of Medium Aquamarine #50D9A7
Tints of Medium Aquamarine #50D9A7
RGB
CMYK
RGB Variations
Color information
#50D9A7 (or 0x50D9A7) is known color: Medium Aquamarine. HEX triplet: 50, D9 and A7. RGB value is (80,217,167). Sum of RGB (Red+Green+Blue) = 80+217+167=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #50D9A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D9A7 is #AF2658. Grayscale: #AAAAAA. Windows color (decimal): -11478617 or 11000144. OLE color: 11000144.
HSL color Cylindrical-coordinate representation of color #50D9A7: hue angle of 158.1º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D9A7 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 217 | 167 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.15 |
| HSL | 158.1º | 0.64% | 0.58% | - |
| HSV(B) | 158.1º | 0.63% | 0.85% | - |
| XYZ | 35.1 | 54.12 | 45.16 | - |
| YUV | 170.34 | 126.11 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 167 | 0.63 | 0 | 0.23 | 0.15 | 158.1 | 0.64 | 0.58 |
| Hex | 50 | D9 | A7 | 3F | 0 | 17 | F | 9E | 40 | 3A |
| Octal | 120 | 331 | 247 | 77 | 0 | 27 | 17 | 236 | 100 | 72 |
| Binary | 1010000 | 11011001 | 10100111 | 111111 | 0 | 10111 | 1111 | 10011110 | 1000000 | 111010 |
Color Harmonies of #50D9A7
Complementary color
Monochromatic Colors of #50D9A7
Black with #50D9A7
Text Example
Text Example
White with #50D9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D9A7; }
p { color: rgb(80,217,167); }
H1.HeaderClassName
{
color: #50D9A7;
}
.AnyTagClassName
{
color: #50D9A7;
}
</style>
background-color css
<style>
a { background-color: #50D9A7; }
a { background-color: rgb(80,217,167); }
div.DivClassName
{
background-color: #50D9A7;
}
.BgClassName
{
background-color: #50D9A7;
}
</style>
border-color css
<style>
span { border-color: #50D9A7; }
span { border-color: rgb(80,217,167); }
td.TdClassName
{
border-color: #50D9A7;
}
.TagClassName
{
border-color: #50D9A7;
}
</style>