Shades of Medium Aquamarine #50FEAD
Tints of Medium Aquamarine #50FEAD
RGB
CMYK
RGB Variations
Color information
#50FEAD (or 0x50FEAD) is known color: Medium Aquamarine. HEX triplet: 50, FE and AD. RGB value is (80,254,173). Sum of RGB (Red+Green+Blue) = 80+254+173=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FEAD is #AF0152. Grayscale: #C0C0C0. Windows color (decimal): -11469139 or 11402832. OLE color: 11402832.
HSL color Cylindrical-coordinate representation of color #50FEAD: hue angle of 152.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FEAD is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 173 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.00 |
| HSL | 152.07º | 0.99% | 0.65% | - |
| HSV(B) | 152.07º | 0.69% | 1% | - |
| XYZ | 46.29 | 75.61 | 51.69 | - |
| YUV | 192.74 | 116.85 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 173 | 0.69 | 0 | 0.32 | 0.00 | 152.07 | 0.99 | 0.65 |
| Hex | 50 | FE | AD | 45 | 0 | 20 | 0 | 98 | 63 | 41 |
| Octal | 120 | 376 | 255 | 105 | 0 | 40 | 0 | 230 | 143 | 101 |
| Binary | 1010000 | 11111110 | 10101101 | 1000101 | 0 | 100000 | 0 | 10011000 | 1100011 | 1000001 |
Color Harmonies of #50FEAD
Complementary color
Monochromatic Colors of #50FEAD
Black with #50FEAD
Text Example
Text Example
White with #50FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FEAD; }
p { color: rgb(80,254,173); }
H1.HeaderClassName
{
color: #50FEAD;
}
.AnyTagClassName
{
color: #50FEAD;
}
</style>
background-color css
<style>
a { background-color: #50FEAD; }
a { background-color: rgb(80,254,173); }
div.DivClassName
{
background-color: #50FEAD;
}
.BgClassName
{
background-color: #50FEAD;
}
</style>
border-color css
<style>
span { border-color: #50FEAD; }
span { border-color: rgb(80,254,173); }
td.TdClassName
{
border-color: #50FEAD;
}
.TagClassName
{
border-color: #50FEAD;
}
</style>