Shades of Medium Aquamarine #50F1AF
Tints of Medium Aquamarine #50F1AF
RGB
CMYK
RGB Variations
Color information
#50F1AF (or 0x50F1AF) is known color: Medium Aquamarine. HEX triplet: 50, F1 and AF. RGB value is (80,241,175). Sum of RGB (Red+Green+Blue) = 80+241+175=496 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.13% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F1AF is #AF0E50. Grayscale: #B9B9B9. Windows color (decimal): -11472465 or 11530576. OLE color: 11530576.
HSL color Cylindrical-coordinate representation of color #50F1AF: hue angle of 155.4º 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 #50F1AF is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 175 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.05 |
| HSL | 155.4º | 0.85% | 0.63% | - |
| HSV(B) | 155.4º | 0.67% | 0.95% | - |
| XYZ | 42.5 | 67.71 | 51.39 | - |
| YUV | 185.34 | 122.16 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 175 | 0.67 | 0 | 0.27 | 0.05 | 155.4 | 0.85 | 0.63 |
| Hex | 50 | F1 | AF | 43 | 0 | 1B | 5 | 9B | 55 | 3F |
| Octal | 120 | 361 | 257 | 103 | 0 | 33 | 5 | 233 | 125 | 77 |
| Binary | 1010000 | 11110001 | 10101111 | 1000011 | 0 | 11011 | 101 | 10011011 | 1010101 | 111111 |
Color Harmonies of #50F1AF
Complementary color
Monochromatic Colors of #50F1AF
Black with #50F1AF
Text Example
Text Example
White with #50F1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F1AF; }
p { color: rgb(80,241,175); }
H1.HeaderClassName
{
color: #50F1AF;
}
.AnyTagClassName
{
color: #50F1AF;
}
</style>
background-color css
<style>
a { background-color: #50F1AF; }
a { background-color: rgb(80,241,175); }
div.DivClassName
{
background-color: #50F1AF;
}
.BgClassName
{
background-color: #50F1AF;
}
</style>
border-color css
<style>
span { border-color: #50F1AF; }
span { border-color: rgb(80,241,175); }
td.TdClassName
{
border-color: #50F1AF;
}
.TagClassName
{
border-color: #50F1AF;
}
</style>