Shades of Medium Aquamarine #50ECB5
Tints of Medium Aquamarine #50ECB5
RGB
CMYK
RGB Variations
Color information
#50ECB5 (or 0x50ECB5) is known color: Medium Aquamarine. HEX triplet: 50, EC and B5. RGB value is (80,236,181). Sum of RGB (Red+Green+Blue) = 80+236+181=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECB5 is #AF134A. Grayscale: #B7B7B7. Windows color (decimal): -11473739 or 11922512. OLE color: 11922512.
HSL color Cylindrical-coordinate representation of color #50ECB5: hue angle of 158.85º 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 #50ECB5 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 181 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.07 |
| HSL | 158.85º | 0.8% | 0.62% | - |
| HSV(B) | 158.85º | 0.66% | 0.93% | - |
| XYZ | 41.64 | 65.03 | 54.07 | - |
| YUV | 183.09 | 126.82 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 181 | 0.66 | 0 | 0.23 | 0.07 | 158.85 | 0.8 | 0.62 |
| Hex | 50 | EC | B5 | 42 | 0 | 17 | 7 | 9F | 50 | 3E |
| Octal | 120 | 354 | 265 | 102 | 0 | 27 | 7 | 237 | 120 | 76 |
| Binary | 1010000 | 11101100 | 10110101 | 1000010 | 0 | 10111 | 111 | 10011111 | 1010000 | 111110 |
Color Harmonies of #50ECB5
Complementary color
Monochromatic Colors of #50ECB5
Black with #50ECB5
Text Example
Text Example
White with #50ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECB5; }
p { color: rgb(80,236,181); }
H1.HeaderClassName
{
color: #50ECB5;
}
.AnyTagClassName
{
color: #50ECB5;
}
</style>
background-color css
<style>
a { background-color: #50ECB5; }
a { background-color: rgb(80,236,181); }
div.DivClassName
{
background-color: #50ECB5;
}
.BgClassName
{
background-color: #50ECB5;
}
</style>
border-color css
<style>
span { border-color: #50ECB5; }
span { border-color: rgb(80,236,181); }
td.TdClassName
{
border-color: #50ECB5;
}
.TagClassName
{
border-color: #50ECB5;
}
</style>