Shades of Medium Aquamarine #50EBA2
Tints of Medium Aquamarine #50EBA2
RGB
CMYK
RGB Variations
Color information
#50EBA2 (or 0x50EBA2) is known color: Medium Aquamarine. HEX triplet: 50, EB and A2. RGB value is (80,235,162). Sum of RGB (Red+Green+Blue) = 80+235+162=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EBA2 is #AF145D. Grayscale: #B4B4B4. Windows color (decimal): -11474014 or 10677072. OLE color: 10677072.
HSL color Cylindrical-coordinate representation of color #50EBA2: hue angle of 151.74º 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 #50EBA2 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 162 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.08 |
| HSL | 151.74º | 0.79% | 0.62% | - |
| HSV(B) | 151.74º | 0.66% | 0.92% | - |
| XYZ | 39.54 | 63.73 | 44.4 | - |
| YUV | 180.33 | 117.65 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 162 | 0.66 | 0 | 0.31 | 0.08 | 151.74 | 0.79 | 0.62 |
| Hex | 50 | EB | A2 | 42 | 0 | 1F | 8 | 98 | 4F | 3E |
| Octal | 120 | 353 | 242 | 102 | 0 | 37 | 10 | 230 | 117 | 76 |
| Binary | 1010000 | 11101011 | 10100010 | 1000010 | 0 | 11111 | 1000 | 10011000 | 1001111 | 111110 |
Color Harmonies of #50EBA2
Complementary color
Monochromatic Colors of #50EBA2
Black with #50EBA2
Text Example
Text Example
White with #50EBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EBA2; }
p { color: rgb(80,235,162); }
H1.HeaderClassName
{
color: #50EBA2;
}
.AnyTagClassName
{
color: #50EBA2;
}
</style>
background-color css
<style>
a { background-color: #50EBA2; }
a { background-color: rgb(80,235,162); }
div.DivClassName
{
background-color: #50EBA2;
}
.BgClassName
{
background-color: #50EBA2;
}
</style>
border-color css
<style>
span { border-color: #50EBA2; }
span { border-color: rgb(80,235,162); }
td.TdClassName
{
border-color: #50EBA2;
}
.TagClassName
{
border-color: #50EBA2;
}
</style>