Shades of Medium Aquamarine #50FCAC
Tints of Medium Aquamarine #50FCAC
RGB
CMYK
RGB Variations
Color information
#50FCAC (or 0x50FCAC) is known color: Medium Aquamarine. HEX triplet: 50, FC and AC. RGB value is (80,252,172). Sum of RGB (Red+Green+Blue) = 80+252+172=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FCAC is #AF0353. Grayscale: #BFBFBF. Windows color (decimal): -11469652 or 11336784. OLE color: 11336784.
HSL color Cylindrical-coordinate representation of color #50FCAC: hue angle of 152.09º degrees, saturation: 0.97, 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 #50FCAC is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 172 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.01 |
| HSL | 152.09º | 0.97% | 0.65% | - |
| HSV(B) | 152.09º | 0.68% | 0.99% | - |
| XYZ | 45.57 | 74.3 | 50.97 | - |
| YUV | 191.45 | 117.02 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 172 | 0.68 | 0 | 0.32 | 0.01 | 152.09 | 0.97 | 0.65 |
| Hex | 50 | FC | AC | 44 | 0 | 20 | 1 | 98 | 61 | 41 |
| Octal | 120 | 374 | 254 | 104 | 0 | 40 | 1 | 230 | 141 | 101 |
| Binary | 1010000 | 11111100 | 10101100 | 1000100 | 0 | 100000 | 1 | 10011000 | 1100001 | 1000001 |
Color Harmonies of #50FCAC
Complementary color
Monochromatic Colors of #50FCAC
Black with #50FCAC
Text Example
Text Example
White with #50FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCAC; }
p { color: rgb(80,252,172); }
H1.HeaderClassName
{
color: #50FCAC;
}
.AnyTagClassName
{
color: #50FCAC;
}
</style>
background-color css
<style>
a { background-color: #50FCAC; }
a { background-color: rgb(80,252,172); }
div.DivClassName
{
background-color: #50FCAC;
}
.BgClassName
{
background-color: #50FCAC;
}
</style>
border-color css
<style>
span { border-color: #50FCAC; }
span { border-color: rgb(80,252,172); }
td.TdClassName
{
border-color: #50FCAC;
}
.TagClassName
{
border-color: #50FCAC;
}
</style>