Shades of Medium Aquamarine #50F29F
Tints of Medium Aquamarine #50F29F
RGB
CMYK
RGB Variations
Color information
#50F29F (or 0x50F29F) is known color: Medium Aquamarine. HEX triplet: 50, F2 and 9F. RGB value is (80,242,159). Sum of RGB (Red+Green+Blue) = 80+242+159=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #50F29F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F29F is #AF0D60. Grayscale: #B8B8B8. Windows color (decimal): -11472225 or 10482256. OLE color: 10482256.
HSL color Cylindrical-coordinate representation of color #50F29F: hue angle of 149.26º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F29F is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 242 | 159 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.05 |
| HSL | 149.26º | 0.86% | 0.63% | - |
| HSV(B) | 149.26º | 0.67% | 0.95% | - |
| XYZ | 41.32 | 67.71 | 43.69 | - |
| YUV | 184.1 | 113.83 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 159 | 0.67 | 0 | 0.34 | 0.05 | 149.26 | 0.86 | 0.63 |
| Hex | 50 | F2 | 9F | 43 | 0 | 22 | 5 | 95 | 56 | 3F |
| Octal | 120 | 362 | 237 | 103 | 0 | 42 | 5 | 225 | 126 | 77 |
| Binary | 1010000 | 11110010 | 10011111 | 1000011 | 0 | 100010 | 101 | 10010101 | 1010110 | 111111 |
Color Harmonies of #50F29F
Complementary color
Monochromatic Colors of #50F29F
Black with #50F29F
Text Example
Text Example
White with #50F29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F29F; }
p { color: rgb(80,242,159); }
H1.HeaderClassName
{
color: #50F29F;
}
.AnyTagClassName
{
color: #50F29F;
}
</style>
background-color css
<style>
a { background-color: #50F29F; }
a { background-color: rgb(80,242,159); }
div.DivClassName
{
background-color: #50F29F;
}
.BgClassName
{
background-color: #50F29F;
}
</style>
border-color css
<style>
span { border-color: #50F29F; }
span { border-color: rgb(80,242,159); }
td.TdClassName
{
border-color: #50F29F;
}
.TagClassName
{
border-color: #50F29F;
}
</style>