Shades of Medium Aquamarine #50ECAA
Tints of Medium Aquamarine #50ECAA
RGB
CMYK
RGB Variations
Color information
#50ECAA (or 0x50ECAA) is known color: Medium Aquamarine. HEX triplet: 50, EC and AA. RGB value is (80,236,170). Sum of RGB (Red+Green+Blue) = 80+236+170=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50ECAA is #AF1355. Grayscale: #B5B5B5. Windows color (decimal): -11473750 or 11201616. OLE color: 11201616.
HSL color Cylindrical-coordinate representation of color #50ECAA: hue angle of 154.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ECAA is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 170 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.07 |
| HSL | 154.62º | 0.8% | 0.62% | - |
| HSV(B) | 154.62º | 0.66% | 0.93% | - |
| XYZ | 40.56 | 64.6 | 48.36 | - |
| YUV | 181.83 | 121.32 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 170 | 0.66 | 0 | 0.28 | 0.07 | 154.62 | 0.8 | 0.62 |
| Hex | 50 | EC | AA | 42 | 0 | 1C | 7 | 9B | 50 | 3E |
| Octal | 120 | 354 | 252 | 102 | 0 | 34 | 7 | 233 | 120 | 76 |
| Binary | 1010000 | 11101100 | 10101010 | 1000010 | 0 | 11100 | 111 | 10011011 | 1010000 | 111110 |
Color Harmonies of #50ECAA
Complementary color
Monochromatic Colors of #50ECAA
Black with #50ECAA
Text Example
Text Example
White with #50ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECAA; }
p { color: rgb(80,236,170); }
H1.HeaderClassName
{
color: #50ECAA;
}
.AnyTagClassName
{
color: #50ECAA;
}
</style>
background-color css
<style>
a { background-color: #50ECAA; }
a { background-color: rgb(80,236,170); }
div.DivClassName
{
background-color: #50ECAA;
}
.BgClassName
{
background-color: #50ECAA;
}
</style>
border-color css
<style>
span { border-color: #50ECAA; }
span { border-color: rgb(80,236,170); }
td.TdClassName
{
border-color: #50ECAA;
}
.TagClassName
{
border-color: #50ECAA;
}
</style>