Shades of Medium Aquamarine #50FFAF
Tints of Medium Aquamarine #50FFAF
RGB
CMYK
RGB Variations
Color information
#50FFAF (or 0x50FFAF) is known color: Medium Aquamarine. HEX triplet: 50, FF and AF. RGB value is (80,255,175). Sum of RGB (Red+Green+Blue) = 80+255+175=510 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.69% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FFAF is #AF0050. Grayscale: #C1C1C1. Windows color (decimal): -11468881 or 11534160. OLE color: 11534160.
HSL color Cylindrical-coordinate representation of color #50FFAF: hue angle of 152.57º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFAF is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 175 | - |
| CMYK | 0.69 | 0 | 0.31 | 0 |
| HSL | 152.57º | 1% | 0.66% | - |
| HSV(B) | 152.57º | 0.69% | 1% | - |
| XYZ | 46.81 | 76.32 | 52.82 | - |
| YUV | 193.56 | 117.52 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 175 | 0.69 | 0 | 0.31 | 0 | 152.57 | 1 | 0.66 |
| Hex | 50 | FF | AF | 45 | 0 | 1F | 0 | 99 | 64 | 42 |
| Octal | 120 | 377 | 257 | 105 | 0 | 37 | 0 | 231 | 144 | 102 |
| Binary | 1010000 | 11111111 | 10101111 | 1000101 | 0 | 11111 | 0 | 10011001 | 1100100 | 1000010 |
Color Harmonies of #50FFAF
Complementary color
Monochromatic Colors of #50FFAF
Black with #50FFAF
Text Example
Text Example
White with #50FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFAF; }
p { color: rgb(80,255,175); }
H1.HeaderClassName
{
color: #50FFAF;
}
.AnyTagClassName
{
color: #50FFAF;
}
</style>
background-color css
<style>
a { background-color: #50FFAF; }
a { background-color: rgb(80,255,175); }
div.DivClassName
{
background-color: #50FFAF;
}
.BgClassName
{
background-color: #50FFAF;
}
</style>
border-color css
<style>
span { border-color: #50FFAF; }
span { border-color: rgb(80,255,175); }
td.TdClassName
{
border-color: #50FFAF;
}
.TagClassName
{
border-color: #50FFAF;
}
</style>