Shades of Medium Aquamarine #50D5A6
Tints of Medium Aquamarine #50D5A6
RGB
CMYK
RGB Variations
Color information
#50D5A6 (or 0x50D5A6) is known color: Medium Aquamarine. HEX triplet: 50, D5 and A6. RGB value is (80,213,166). Sum of RGB (Red+Green+Blue) = 80+213+166=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #50D5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D5A6 is #AF2A59. Grayscale: #A7A7A7. Windows color (decimal): -11479642 or 10933584. OLE color: 10933584.
HSL color Cylindrical-coordinate representation of color #50D5A6: hue angle of 158.8º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D5A6 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 166 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.16 |
| HSL | 158.8º | 0.61% | 0.57% | - |
| HSV(B) | 158.8º | 0.62% | 0.84% | - |
| XYZ | 33.99 | 52.05 | 44.33 | - |
| YUV | 167.88 | 126.94 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 166 | 0.62 | 0 | 0.22 | 0.16 | 158.8 | 0.61 | 0.57 |
| Hex | 50 | D5 | A6 | 3E | 0 | 16 | 10 | 9F | 3D | 39 |
| Octal | 120 | 325 | 246 | 76 | 0 | 26 | 20 | 237 | 75 | 71 |
| Binary | 1010000 | 11010101 | 10100110 | 111110 | 0 | 10110 | 10000 | 10011111 | 111101 | 111001 |
Color Harmonies of #50D5A6
Complementary color
Monochromatic Colors of #50D5A6
Black with #50D5A6
Text Example
Text Example
White with #50D5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D5A6; }
p { color: rgb(80,213,166); }
H1.HeaderClassName
{
color: #50D5A6;
}
.AnyTagClassName
{
color: #50D5A6;
}
</style>
background-color css
<style>
a { background-color: #50D5A6; }
a { background-color: rgb(80,213,166); }
div.DivClassName
{
background-color: #50D5A6;
}
.BgClassName
{
background-color: #50D5A6;
}
</style>
border-color css
<style>
span { border-color: #50D5A6; }
span { border-color: rgb(80,213,166); }
td.TdClassName
{
border-color: #50D5A6;
}
.TagClassName
{
border-color: #50D5A6;
}
</style>