Shades of Medium Aquamarine #50D799
Tints of Medium Aquamarine #50D799
RGB
CMYK
RGB Variations
Color information
#50D799 (or 0x50D799) is known color: Medium Aquamarine. HEX triplet: 50, D7 and 99. RGB value is (80,215,153). Sum of RGB (Red+Green+Blue) = 80+215+153=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #50D799 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D799 is #AF2866. Grayscale: #A7A7A7. Windows color (decimal): -11479143 or 10082128. OLE color: 10082128.
HSL color Cylindrical-coordinate representation of color #50D799: hue angle of 152.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D799 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 153 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.16 |
| HSL | 152.44º | 0.63% | 0.58% | - |
| HSV(B) | 152.44º | 0.63% | 0.84% | - |
| XYZ | 33.36 | 52.61 | 38.53 | - |
| YUV | 167.57 | 119.77 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 153 | 0.63 | 0 | 0.29 | 0.16 | 152.44 | 0.63 | 0.58 |
| Hex | 50 | D7 | 99 | 3F | 0 | 1D | 10 | 98 | 3F | 3A |
| Octal | 120 | 327 | 231 | 77 | 0 | 35 | 20 | 230 | 77 | 72 |
| Binary | 1010000 | 11010111 | 10011001 | 111111 | 0 | 11101 | 10000 | 10011000 | 111111 | 111010 |
Color Harmonies of #50D799
Complementary color
Monochromatic Colors of #50D799
Black with #50D799
Text Example
Text Example
White with #50D799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D799; }
p { color: rgb(80,215,153); }
H1.HeaderClassName
{
color: #50D799;
}
.AnyTagClassName
{
color: #50D799;
}
</style>
background-color css
<style>
a { background-color: #50D799; }
a { background-color: rgb(80,215,153); }
div.DivClassName
{
background-color: #50D799;
}
.BgClassName
{
background-color: #50D799;
}
</style>
border-color css
<style>
span { border-color: #50D799; }
span { border-color: rgb(80,215,153); }
td.TdClassName
{
border-color: #50D799;
}
.TagClassName
{
border-color: #50D799;
}
</style>