Shades of Medium Aquamarine #50D7A4
Tints of Medium Aquamarine #50D7A4
RGB
CMYK
RGB Variations
Color information
#50D7A4 (or 0x50D7A4) is known color: Medium Aquamarine. HEX triplet: 50, D7 and A4. RGB value is (80,215,164). Sum of RGB (Red+Green+Blue) = 80+215+164=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #50D7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D7A4 is #AF285B. Grayscale: #A8A8A8. Windows color (decimal): -11479132 or 10803024. OLE color: 10803024.
HSL color Cylindrical-coordinate representation of color #50D7A4: hue angle of 157.33º 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 #50D7A4 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 164 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.16 |
| HSL | 157.33º | 0.63% | 0.58% | - |
| HSV(B) | 157.33º | 0.63% | 0.84% | - |
| XYZ | 34.31 | 52.99 | 43.54 | - |
| YUV | 168.82 | 125.27 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 164 | 0.63 | 0 | 0.24 | 0.16 | 157.33 | 0.63 | 0.58 |
| Hex | 50 | D7 | A4 | 3F | 0 | 18 | 10 | 9D | 3F | 3A |
| Octal | 120 | 327 | 244 | 77 | 0 | 30 | 20 | 235 | 77 | 72 |
| Binary | 1010000 | 11010111 | 10100100 | 111111 | 0 | 11000 | 10000 | 10011101 | 111111 | 111010 |
Color Harmonies of #50D7A4
Complementary color
Monochromatic Colors of #50D7A4
Black with #50D7A4
Text Example
Text Example
White with #50D7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D7A4; }
p { color: rgb(80,215,164); }
H1.HeaderClassName
{
color: #50D7A4;
}
.AnyTagClassName
{
color: #50D7A4;
}
</style>
background-color css
<style>
a { background-color: #50D7A4; }
a { background-color: rgb(80,215,164); }
div.DivClassName
{
background-color: #50D7A4;
}
.BgClassName
{
background-color: #50D7A4;
}
</style>
border-color css
<style>
span { border-color: #50D7A4; }
span { border-color: rgb(80,215,164); }
td.TdClassName
{
border-color: #50D7A4;
}
.TagClassName
{
border-color: #50D7A4;
}
</style>