Shades of Medium Aquamarine #50D29C
Tints of Medium Aquamarine #50D29C
RGB
CMYK
RGB Variations
Color information
#50D29C (or 0x50D29C) is known color: Medium Aquamarine. HEX triplet: 50, D2 and 9C. RGB value is (80,210,156). Sum of RGB (Red+Green+Blue) = 80+210+156=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #50D29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D29C is #AF2D63. Grayscale: #A5A5A5. Windows color (decimal): -11480420 or 10277456. OLE color: 10277456.
HSL color Cylindrical-coordinate representation of color #50D29C: hue angle of 155.08º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D29C is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 210 | 156 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.18 |
| HSL | 155.08º | 0.59% | 0.57% | - |
| HSV(B) | 155.08º | 0.62% | 0.82% | - |
| XYZ | 32.36 | 50.2 | 39.44 | - |
| YUV | 164.97 | 122.93 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 156 | 0.62 | 0 | 0.26 | 0.18 | 155.08 | 0.59 | 0.57 |
| Hex | 50 | D2 | 9C | 3E | 0 | 1A | 12 | 9B | 3B | 39 |
| Octal | 120 | 322 | 234 | 76 | 0 | 32 | 22 | 233 | 73 | 71 |
| Binary | 1010000 | 11010010 | 10011100 | 111110 | 0 | 11010 | 10010 | 10011011 | 111011 | 111001 |
Color Harmonies of #50D29C
Complementary color
Monochromatic Colors of #50D29C
Black with #50D29C
Text Example
Text Example
White with #50D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D29C; }
p { color: rgb(80,210,156); }
H1.HeaderClassName
{
color: #50D29C;
}
.AnyTagClassName
{
color: #50D29C;
}
</style>
background-color css
<style>
a { background-color: #50D29C; }
a { background-color: rgb(80,210,156); }
div.DivClassName
{
background-color: #50D29C;
}
.BgClassName
{
background-color: #50D29C;
}
</style>
border-color css
<style>
span { border-color: #50D29C; }
span { border-color: rgb(80,210,156); }
td.TdClassName
{
border-color: #50D29C;
}
.TagClassName
{
border-color: #50D29C;
}
</style>