Shades of Medium Aquamarine #50EBA3
Tints of Medium Aquamarine #50EBA3
RGB
CMYK
RGB Variations
Color information
#50EBA3 (or 0x50EBA3) is known color: Medium Aquamarine. HEX triplet: 50, EB and A3. RGB value is (80,235,163). Sum of RGB (Red+Green+Blue) = 80+235+163=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EBA3 is #AF145C. Grayscale: #B4B4B4. Windows color (decimal): -11474013 or 10742608. OLE color: 10742608.
HSL color Cylindrical-coordinate representation of color #50EBA3: hue angle of 152.13º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EBA3 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 163 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.08 |
| HSL | 152.13º | 0.79% | 0.62% | - |
| HSV(B) | 152.13º | 0.66% | 0.92% | - |
| XYZ | 39.63 | 63.77 | 44.87 | - |
| YUV | 180.45 | 118.15 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 163 | 0.66 | 0 | 0.31 | 0.08 | 152.13 | 0.79 | 0.62 |
| Hex | 50 | EB | A3 | 42 | 0 | 1F | 8 | 98 | 4F | 3E |
| Octal | 120 | 353 | 243 | 102 | 0 | 37 | 10 | 230 | 117 | 76 |
| Binary | 1010000 | 11101011 | 10100011 | 1000010 | 0 | 11111 | 1000 | 10011000 | 1001111 | 111110 |
Color Harmonies of #50EBA3
Complementary color
Monochromatic Colors of #50EBA3
Black with #50EBA3
Text Example
Text Example
White with #50EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EBA3; }
p { color: rgb(80,235,163); }
H1.HeaderClassName
{
color: #50EBA3;
}
.AnyTagClassName
{
color: #50EBA3;
}
</style>
background-color css
<style>
a { background-color: #50EBA3; }
a { background-color: rgb(80,235,163); }
div.DivClassName
{
background-color: #50EBA3;
}
.BgClassName
{
background-color: #50EBA3;
}
</style>
border-color css
<style>
span { border-color: #50EBA3; }
span { border-color: rgb(80,235,163); }
td.TdClassName
{
border-color: #50EBA3;
}
.TagClassName
{
border-color: #50EBA3;
}
</style>