Shades of Medium Aquamarine #50EFA1
Tints of Medium Aquamarine #50EFA1
RGB
CMYK
RGB Variations
Color information
#50EFA1 (or 0x50EFA1) is known color: Medium Aquamarine. HEX triplet: 50, EF and A1. RGB value is (80,239,161). Sum of RGB (Red+Green+Blue) = 80+239+161=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EFA1 is #AF105E. Grayscale: #B6B6B6. Windows color (decimal): -11472991 or 10612560. OLE color: 10612560.
HSL color Cylindrical-coordinate representation of color #50EFA1: hue angle of 150.57º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EFA1 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 161 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.06 |
| HSL | 150.57º | 0.83% | 0.63% | - |
| HSV(B) | 150.57º | 0.67% | 0.94% | - |
| XYZ | 40.61 | 66.01 | 44.32 | - |
| YUV | 182.57 | 115.82 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 161 | 0.67 | 0 | 0.33 | 0.06 | 150.57 | 0.83 | 0.63 |
| Hex | 50 | EF | A1 | 43 | 0 | 21 | 6 | 97 | 53 | 3F |
| Octal | 120 | 357 | 241 | 103 | 0 | 41 | 6 | 227 | 123 | 77 |
| Binary | 1010000 | 11101111 | 10100001 | 1000011 | 0 | 100001 | 110 | 10010111 | 1010011 | 111111 |
Color Harmonies of #50EFA1
Complementary color
Monochromatic Colors of #50EFA1
Black with #50EFA1
Text Example
Text Example
White with #50EFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EFA1; }
p { color: rgb(80,239,161); }
H1.HeaderClassName
{
color: #50EFA1;
}
.AnyTagClassName
{
color: #50EFA1;
}
</style>
background-color css
<style>
a { background-color: #50EFA1; }
a { background-color: rgb(80,239,161); }
div.DivClassName
{
background-color: #50EFA1;
}
.BgClassName
{
background-color: #50EFA1;
}
</style>
border-color css
<style>
span { border-color: #50EFA1; }
span { border-color: rgb(80,239,161); }
td.TdClassName
{
border-color: #50EFA1;
}
.TagClassName
{
border-color: #50EFA1;
}
</style>