Shades of Medium Aquamarine #50FDAC
Tints of Medium Aquamarine #50FDAC
RGB
CMYK
RGB Variations
Color information
#50FDAC (or 0x50FDAC) is known color: Medium Aquamarine. HEX triplet: 50, FD and AC. RGB value is (80,253,172). Sum of RGB (Red+Green+Blue) = 80+253+172=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FDAC is #AF0253. Grayscale: #C0C0C0. Windows color (decimal): -11469396 or 11337040. OLE color: 11337040.
HSL color Cylindrical-coordinate representation of color #50FDAC: hue angle of 151.91º 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 #50FDAC is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 172 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.01 |
| HSL | 151.91º | 0.98% | 0.65% | - |
| HSV(B) | 151.91º | 0.68% | 0.99% | - |
| XYZ | 45.88 | 74.93 | 51.08 | - |
| YUV | 192.04 | 116.69 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 172 | 0.68 | 0 | 0.32 | 0.01 | 151.91 | 0.98 | 0.65 |
| Hex | 50 | FD | AC | 44 | 0 | 20 | 1 | 98 | 62 | 41 |
| Octal | 120 | 375 | 254 | 104 | 0 | 40 | 1 | 230 | 142 | 101 |
| Binary | 1010000 | 11111101 | 10101100 | 1000100 | 0 | 100000 | 1 | 10011000 | 1100010 | 1000001 |
Color Harmonies of #50FDAC
Complementary color
Monochromatic Colors of #50FDAC
Black with #50FDAC
Text Example
Text Example
White with #50FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FDAC; }
p { color: rgb(80,253,172); }
H1.HeaderClassName
{
color: #50FDAC;
}
.AnyTagClassName
{
color: #50FDAC;
}
</style>
background-color css
<style>
a { background-color: #50FDAC; }
a { background-color: rgb(80,253,172); }
div.DivClassName
{
background-color: #50FDAC;
}
.BgClassName
{
background-color: #50FDAC;
}
</style>
border-color css
<style>
span { border-color: #50FDAC; }
span { border-color: rgb(80,253,172); }
td.TdClassName
{
border-color: #50FDAC;
}
.TagClassName
{
border-color: #50FDAC;
}
</style>