Shades of Medium Aquamarine #50F9AF
Tints of Medium Aquamarine #50F9AF
RGB
CMYK
RGB Variations
Color information
#50F9AF (or 0x50F9AF) is known color: Medium Aquamarine. HEX triplet: 50, F9 and AF. RGB value is (80,249,175). Sum of RGB (Red+Green+Blue) = 80+249+175=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #50F9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F9AF is #AF0650. Grayscale: #BEBEBE. Windows color (decimal): -11470417 or 11532624. OLE color: 11532624.
HSL color Cylindrical-coordinate representation of color #50F9AF: hue angle of 153.73º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F9AF is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 175 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.02 |
| HSL | 153.73º | 0.93% | 0.65% | - |
| HSV(B) | 153.73º | 0.68% | 0.98% | - |
| XYZ | 44.92 | 72.55 | 52.19 | - |
| YUV | 190.03 | 119.51 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 175 | 0.68 | 0 | 0.30 | 0.02 | 153.73 | 0.93 | 0.65 |
| Hex | 50 | F9 | AF | 44 | 0 | 1E | 2 | 9A | 5D | 41 |
| Octal | 120 | 371 | 257 | 104 | 0 | 36 | 2 | 232 | 135 | 101 |
| Binary | 1010000 | 11111001 | 10101111 | 1000100 | 0 | 11110 | 10 | 10011010 | 1011101 | 1000001 |
Color Harmonies of #50F9AF
Complementary color
Monochromatic Colors of #50F9AF
Black with #50F9AF
Text Example
Text Example
White with #50F9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F9AF; }
p { color: rgb(80,249,175); }
H1.HeaderClassName
{
color: #50F9AF;
}
.AnyTagClassName
{
color: #50F9AF;
}
</style>
background-color css
<style>
a { background-color: #50F9AF; }
a { background-color: rgb(80,249,175); }
div.DivClassName
{
background-color: #50F9AF;
}
.BgClassName
{
background-color: #50F9AF;
}
</style>
border-color css
<style>
span { border-color: #50F9AF; }
span { border-color: rgb(80,249,175); }
td.TdClassName
{
border-color: #50F9AF;
}
.TagClassName
{
border-color: #50F9AF;
}
</style>