Shades of Medium Aquamarine #50EFA3
Tints of Medium Aquamarine #50EFA3
RGB
CMYK
RGB Variations
Color information
#50EFA3 (or 0x50EFA3) is known color: Medium Aquamarine. HEX triplet: 50, EF and A3. RGB value is (80,239,163). Sum of RGB (Red+Green+Blue) = 80+239+163=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EFA3 is #AF105C. Grayscale: #B6B6B6. Windows color (decimal): -11472989 or 10743632. OLE color: 10743632.
HSL color Cylindrical-coordinate representation of color #50EFA3: hue angle of 151.32º 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 #50EFA3 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 163 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.06 |
| HSL | 151.32º | 0.83% | 0.63% | - |
| HSV(B) | 151.32º | 0.67% | 0.94% | - |
| XYZ | 40.79 | 66.08 | 45.26 | - |
| YUV | 182.8 | 116.82 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 163 | 0.67 | 0 | 0.32 | 0.06 | 151.32 | 0.83 | 0.63 |
| Hex | 50 | EF | A3 | 43 | 0 | 20 | 6 | 97 | 53 | 3F |
| Octal | 120 | 357 | 243 | 103 | 0 | 40 | 6 | 227 | 123 | 77 |
| Binary | 1010000 | 11101111 | 10100011 | 1000011 | 0 | 100000 | 110 | 10010111 | 1010011 | 111111 |
Color Harmonies of #50EFA3
Complementary color
Monochromatic Colors of #50EFA3
Black with #50EFA3
Text Example
Text Example
White with #50EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EFA3; }
p { color: rgb(80,239,163); }
H1.HeaderClassName
{
color: #50EFA3;
}
.AnyTagClassName
{
color: #50EFA3;
}
</style>
background-color css
<style>
a { background-color: #50EFA3; }
a { background-color: rgb(80,239,163); }
div.DivClassName
{
background-color: #50EFA3;
}
.BgClassName
{
background-color: #50EFA3;
}
</style>
border-color css
<style>
span { border-color: #50EFA3; }
span { border-color: rgb(80,239,163); }
td.TdClassName
{
border-color: #50EFA3;
}
.TagClassName
{
border-color: #50EFA3;
}
</style>