Shades of Medium Aquamarine #50FCAF
Tints of Medium Aquamarine #50FCAF
RGB
CMYK
RGB Variations
Color information
#50FCAF (or 0x50FCAF) is known color: Medium Aquamarine. HEX triplet: 50, FC and AF. RGB value is (80,252,175). Sum of RGB (Red+Green+Blue) = 80+252+175=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FCAF is #AF0350. Grayscale: #BFBFBF. Windows color (decimal): -11469649 or 11533392. OLE color: 11533392.
HSL color Cylindrical-coordinate representation of color #50FCAF: hue angle of 153.14º 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 #50FCAF is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 175 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.01 |
| HSL | 153.14º | 0.97% | 0.65% | - |
| HSV(B) | 153.14º | 0.68% | 0.99% | - |
| XYZ | 45.86 | 74.42 | 52.51 | - |
| YUV | 191.79 | 118.52 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 175 | 0.68 | 0 | 0.31 | 0.01 | 153.14 | 0.97 | 0.65 |
| Hex | 50 | FC | AF | 44 | 0 | 1F | 1 | 99 | 61 | 41 |
| Octal | 120 | 374 | 257 | 104 | 0 | 37 | 1 | 231 | 141 | 101 |
| Binary | 1010000 | 11111100 | 10101111 | 1000100 | 0 | 11111 | 1 | 10011001 | 1100001 | 1000001 |
Color Harmonies of #50FCAF
Complementary color
Monochromatic Colors of #50FCAF
Black with #50FCAF
Text Example
Text Example
White with #50FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCAF; }
p { color: rgb(80,252,175); }
H1.HeaderClassName
{
color: #50FCAF;
}
.AnyTagClassName
{
color: #50FCAF;
}
</style>
background-color css
<style>
a { background-color: #50FCAF; }
a { background-color: rgb(80,252,175); }
div.DivClassName
{
background-color: #50FCAF;
}
.BgClassName
{
background-color: #50FCAF;
}
</style>
border-color css
<style>
span { border-color: #50FCAF; }
span { border-color: rgb(80,252,175); }
td.TdClassName
{
border-color: #50FCAF;
}
.TagClassName
{
border-color: #50FCAF;
}
</style>