Shades of Medium Aquamarine #50F1A1
Tints of Medium Aquamarine #50F1A1
RGB
CMYK
RGB Variations
Color information
#50F1A1 (or 0x50F1A1) is known color: Medium Aquamarine. HEX triplet: 50, F1 and A1. RGB value is (80,241,161). Sum of RGB (Red+Green+Blue) = 80+241+161=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F1A1 is #AF0E5E. Grayscale: #B7B7B7. Windows color (decimal): -11472479 or 10613072. OLE color: 10613072.
HSL color Cylindrical-coordinate representation of color #50F1A1: hue angle of 150.19º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F1A1 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 161 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.05 |
| HSL | 150.19º | 0.85% | 0.63% | - |
| HSV(B) | 150.19º | 0.67% | 0.95% | - |
| XYZ | 41.2 | 67.19 | 44.52 | - |
| YUV | 183.74 | 115.16 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 161 | 0.67 | 0 | 0.33 | 0.05 | 150.19 | 0.85 | 0.63 |
| Hex | 50 | F1 | A1 | 43 | 0 | 21 | 5 | 96 | 55 | 3F |
| Octal | 120 | 361 | 241 | 103 | 0 | 41 | 5 | 226 | 125 | 77 |
| Binary | 1010000 | 11110001 | 10100001 | 1000011 | 0 | 100001 | 101 | 10010110 | 1010101 | 111111 |
Color Harmonies of #50F1A1
Complementary color
Monochromatic Colors of #50F1A1
Black with #50F1A1
Text Example
Text Example
White with #50F1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F1A1; }
p { color: rgb(80,241,161); }
H1.HeaderClassName
{
color: #50F1A1;
}
.AnyTagClassName
{
color: #50F1A1;
}
</style>
background-color css
<style>
a { background-color: #50F1A1; }
a { background-color: rgb(80,241,161); }
div.DivClassName
{
background-color: #50F1A1;
}
.BgClassName
{
background-color: #50F1A1;
}
</style>
border-color css
<style>
span { border-color: #50F1A1; }
span { border-color: rgb(80,241,161); }
td.TdClassName
{
border-color: #50F1A1;
}
.TagClassName
{
border-color: #50F1A1;
}
</style>