Shades of Medium Aquamarine #50D39C
Tints of Medium Aquamarine #50D39C
RGB
CMYK
RGB Variations
Color information
#50D39C (or 0x50D39C) is known color: Medium Aquamarine. HEX triplet: 50, D3 and 9C. RGB value is (80,211,156). Sum of RGB (Red+Green+Blue) = 80+211+156=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #50D39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D39C is #AF2C63. Grayscale: #A5A5A5. Windows color (decimal): -11480164 or 10277712. OLE color: 10277712.
HSL color Cylindrical-coordinate representation of color #50D39C: hue angle of 154.81º degrees, saturation: 0.6, 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 #50D39C is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 156 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.17 |
| HSL | 154.81º | 0.6% | 0.57% | - |
| HSV(B) | 154.81º | 0.62% | 0.83% | - |
| XYZ | 32.6 | 50.69 | 39.52 | - |
| YUV | 165.56 | 122.6 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 156 | 0.62 | 0 | 0.26 | 0.17 | 154.81 | 0.6 | 0.57 |
| Hex | 50 | D3 | 9C | 3E | 0 | 1A | 11 | 9B | 3C | 39 |
| Octal | 120 | 323 | 234 | 76 | 0 | 32 | 21 | 233 | 74 | 71 |
| Binary | 1010000 | 11010011 | 10011100 | 111110 | 0 | 11010 | 10001 | 10011011 | 111100 | 111001 |
Color Harmonies of #50D39C
Complementary color
Monochromatic Colors of #50D39C
Black with #50D39C
Text Example
Text Example
White with #50D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D39C; }
p { color: rgb(80,211,156); }
H1.HeaderClassName
{
color: #50D39C;
}
.AnyTagClassName
{
color: #50D39C;
}
</style>
background-color css
<style>
a { background-color: #50D39C; }
a { background-color: rgb(80,211,156); }
div.DivClassName
{
background-color: #50D39C;
}
.BgClassName
{
background-color: #50D39C;
}
</style>
border-color css
<style>
span { border-color: #50D39C; }
span { border-color: rgb(80,211,156); }
td.TdClassName
{
border-color: #50D39C;
}
.TagClassName
{
border-color: #50D39C;
}
</style>