Shades of Medium Aquamarine #50FD99
Tints of Medium Aquamarine #50FD99
RGB
CMYK
RGB Variations
Color information
#50FD99 (or 0x50FD99) is known color: Medium Aquamarine. HEX triplet: 50, FD and 99. RGB value is (80,253,153). Sum of RGB (Red+Green+Blue) = 80+253+153=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FD99 is #AF0266. Grayscale: #BEBEBE. Windows color (decimal): -11469415 or 10091856. OLE color: 10091856.
HSL color Cylindrical-coordinate representation of color #50FD99: hue angle of 145.32º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FD99 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 153 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.01 |
| HSL | 145.32º | 0.98% | 0.65% | - |
| HSV(B) | 145.32º | 0.68% | 0.99% | - |
| XYZ | 44.18 | 74.26 | 42.14 | - |
| YUV | 189.87 | 107.19 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 153 | 0.68 | 0 | 0.40 | 0.01 | 145.32 | 0.98 | 0.65 |
| Hex | 50 | FD | 99 | 44 | 0 | 28 | 1 | 91 | 62 | 41 |
| Octal | 120 | 375 | 231 | 104 | 0 | 50 | 1 | 221 | 142 | 101 |
| Binary | 1010000 | 11111101 | 10011001 | 1000100 | 0 | 101000 | 1 | 10010001 | 1100010 | 1000001 |
Color Harmonies of #50FD99
Complementary color
Monochromatic Colors of #50FD99
Black with #50FD99
Text Example
Text Example
White with #50FD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FD99; }
p { color: rgb(80,253,153); }
H1.HeaderClassName
{
color: #50FD99;
}
.AnyTagClassName
{
color: #50FD99;
}
</style>
background-color css
<style>
a { background-color: #50FD99; }
a { background-color: rgb(80,253,153); }
div.DivClassName
{
background-color: #50FD99;
}
.BgClassName
{
background-color: #50FD99;
}
</style>
border-color css
<style>
span { border-color: #50FD99; }
span { border-color: rgb(80,253,153); }
td.TdClassName
{
border-color: #50FD99;
}
.TagClassName
{
border-color: #50FD99;
}
</style>