Shades of Medium Aquamarine #50D297
Tints of Medium Aquamarine #50D297
RGB
CMYK
RGB Variations
Color information
#50D297 (or 0x50D297) is known color: Medium Aquamarine. HEX triplet: 50, D2 and 97. RGB value is (80,210,151). Sum of RGB (Red+Green+Blue) = 80+210+151=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #50D297 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D297 is #AF2D68. Grayscale: #A4A4A4. Windows color (decimal): -11480425 or 9949776. OLE color: 9949776.
HSL color Cylindrical-coordinate representation of color #50D297: hue angle of 152.77º 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 #50D297 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 210 | 151 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.18 |
| HSL | 152.77º | 0.59% | 0.57% | - |
| HSV(B) | 152.77º | 0.62% | 0.82% | - |
| XYZ | 31.94 | 50.03 | 37.25 | - |
| YUV | 164.4 | 120.43 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 151 | 0.62 | 0 | 0.28 | 0.18 | 152.77 | 0.59 | 0.57 |
| Hex | 50 | D2 | 97 | 3E | 0 | 1C | 12 | 99 | 3B | 39 |
| Octal | 120 | 322 | 227 | 76 | 0 | 34 | 22 | 231 | 73 | 71 |
| Binary | 1010000 | 11010010 | 10010111 | 111110 | 0 | 11100 | 10010 | 10011001 | 111011 | 111001 |
Color Harmonies of #50D297
Complementary color
Monochromatic Colors of #50D297
Black with #50D297
Text Example
Text Example
White with #50D297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D297; }
p { color: rgb(80,210,151); }
H1.HeaderClassName
{
color: #50D297;
}
.AnyTagClassName
{
color: #50D297;
}
</style>
background-color css
<style>
a { background-color: #50D297; }
a { background-color: rgb(80,210,151); }
div.DivClassName
{
background-color: #50D297;
}
.BgClassName
{
background-color: #50D297;
}
</style>
border-color css
<style>
span { border-color: #50D297; }
span { border-color: rgb(80,210,151); }
td.TdClassName
{
border-color: #50D297;
}
.TagClassName
{
border-color: #50D297;
}
</style>