Shades of Medium Aquamarine #50D29F
Tints of Medium Aquamarine #50D29F
RGB
CMYK
RGB Variations
Color information
#50D29F (or 0x50D29F) is known color: Medium Aquamarine. HEX triplet: 50, D2 and 9F. RGB value is (80,210,159). Sum of RGB (Red+Green+Blue) = 80+210+159=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #50D29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D29F is #AF2D60. Grayscale: #A5A5A5. Windows color (decimal): -11480417 or 10474064. OLE color: 10474064.
HSL color Cylindrical-coordinate representation of color #50D29F: hue angle of 156.46º 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 #50D29F is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 210 | 159 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.18 |
| HSL | 156.46º | 0.59% | 0.57% | - |
| HSV(B) | 156.46º | 0.62% | 0.82% | - |
| XYZ | 32.61 | 50.3 | 40.79 | - |
| YUV | 165.32 | 124.43 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 159 | 0.62 | 0 | 0.24 | 0.18 | 156.46 | 0.59 | 0.57 |
| Hex | 50 | D2 | 9F | 3E | 0 | 18 | 12 | 9C | 3B | 39 |
| Octal | 120 | 322 | 237 | 76 | 0 | 30 | 22 | 234 | 73 | 71 |
| Binary | 1010000 | 11010010 | 10011111 | 111110 | 0 | 11000 | 10010 | 10011100 | 111011 | 111001 |
Color Harmonies of #50D29F
Complementary color
Monochromatic Colors of #50D29F
Black with #50D29F
Text Example
Text Example
White with #50D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D29F; }
p { color: rgb(80,210,159); }
H1.HeaderClassName
{
color: #50D29F;
}
.AnyTagClassName
{
color: #50D29F;
}
</style>
background-color css
<style>
a { background-color: #50D29F; }
a { background-color: rgb(80,210,159); }
div.DivClassName
{
background-color: #50D29F;
}
.BgClassName
{
background-color: #50D29F;
}
</style>
border-color css
<style>
span { border-color: #50D29F; }
span { border-color: rgb(80,210,159); }
td.TdClassName
{
border-color: #50D29F;
}
.TagClassName
{
border-color: #50D29F;
}
</style>