Shades of Medium Aquamarine #50D7A7
Tints of Medium Aquamarine #50D7A7
RGB
CMYK
RGB Variations
Color information
#50D7A7 (or 0x50D7A7) is known color: Medium Aquamarine. HEX triplet: 50, D7 and A7. RGB value is (80,215,167). Sum of RGB (Red+Green+Blue) = 80+215+167=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #50D7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D7A7 is #AF2858. Grayscale: #A9A9A9. Windows color (decimal): -11479129 or 10999632. OLE color: 10999632.
HSL color Cylindrical-coordinate representation of color #50D7A7: hue angle of 158.67º 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 #50D7A7 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 167 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.16 |
| HSL | 158.67º | 0.63% | 0.58% | - |
| HSV(B) | 158.67º | 0.63% | 0.84% | - |
| XYZ | 34.58 | 53.1 | 44.99 | - |
| YUV | 169.16 | 126.77 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 167 | 0.63 | 0 | 0.22 | 0.16 | 158.67 | 0.63 | 0.58 |
| Hex | 50 | D7 | A7 | 3F | 0 | 16 | 10 | 9F | 3F | 3A |
| Octal | 120 | 327 | 247 | 77 | 0 | 26 | 20 | 237 | 77 | 72 |
| Binary | 1010000 | 11010111 | 10100111 | 111111 | 0 | 10110 | 10000 | 10011111 | 111111 | 111010 |
Color Harmonies of #50D7A7
Complementary color
Monochromatic Colors of #50D7A7
Black with #50D7A7
Text Example
Text Example
White with #50D7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D7A7; }
p { color: rgb(80,215,167); }
H1.HeaderClassName
{
color: #50D7A7;
}
.AnyTagClassName
{
color: #50D7A7;
}
</style>
background-color css
<style>
a { background-color: #50D7A7; }
a { background-color: rgb(80,215,167); }
div.DivClassName
{
background-color: #50D7A7;
}
.BgClassName
{
background-color: #50D7A7;
}
</style>
border-color css
<style>
span { border-color: #50D7A7; }
span { border-color: rgb(80,215,167); }
td.TdClassName
{
border-color: #50D7A7;
}
.TagClassName
{
border-color: #50D7A7;
}
</style>