Shades of Medium Aquamarine #50D49D
Tints of Medium Aquamarine #50D49D
RGB
CMYK
RGB Variations
Color information
#50D49D (or 0x50D49D) is known color: Medium Aquamarine. HEX triplet: 50, D4 and 9D. RGB value is (80,212,157). Sum of RGB (Red+Green+Blue) = 80+212+157=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #50D49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D49D is #AF2B62. Grayscale: #A6A6A6. Windows color (decimal): -11479907 or 10343504. OLE color: 10343504.
HSL color Cylindrical-coordinate representation of color #50D49D: hue angle of 155º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D49D is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 212 | 157 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.17 |
| HSL | 155º | 0.61% | 0.57% | - |
| HSV(B) | 155º | 0.62% | 0.83% | - |
| XYZ | 32.94 | 51.23 | 40.05 | - |
| YUV | 166.26 | 122.77 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 212 | 157 | 0.62 | 0 | 0.26 | 0.17 | 155 | 0.61 | 0.57 |
| Hex | 50 | D4 | 9D | 3E | 0 | 1A | 11 | 9B | 3D | 39 |
| Octal | 120 | 324 | 235 | 76 | 0 | 32 | 21 | 233 | 75 | 71 |
| Binary | 1010000 | 11010100 | 10011101 | 111110 | 0 | 11010 | 10001 | 10011011 | 111101 | 111001 |
Color Harmonies of #50D49D
Complementary color
Monochromatic Colors of #50D49D
Black with #50D49D
Text Example
Text Example
White with #50D49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D49D; }
p { color: rgb(80,212,157); }
H1.HeaderClassName
{
color: #50D49D;
}
.AnyTagClassName
{
color: #50D49D;
}
</style>
background-color css
<style>
a { background-color: #50D49D; }
a { background-color: rgb(80,212,157); }
div.DivClassName
{
background-color: #50D49D;
}
.BgClassName
{
background-color: #50D49D;
}
</style>
border-color css
<style>
span { border-color: #50D49D; }
span { border-color: rgb(80,212,157); }
td.TdClassName
{
border-color: #50D49D;
}
.TagClassName
{
border-color: #50D49D;
}
</style>