Shades of Medium Aquamarine #50ECAB
Tints of Medium Aquamarine #50ECAB
RGB
CMYK
RGB Variations
Color information
#50ECAB (or 0x50ECAB) is known color: Medium Aquamarine. HEX triplet: 50, EC and AB. RGB value is (80,236,171). Sum of RGB (Red+Green+Blue) = 80+236+171=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50ECAB is #AF1354. Grayscale: #B6B6B6. Windows color (decimal): -11473749 or 11267152. OLE color: 11267152.
HSL color Cylindrical-coordinate representation of color #50ECAB: hue angle of 155º 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 #50ECAB is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 171 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.07 |
| HSL | 155º | 0.8% | 0.62% | - |
| HSV(B) | 155º | 0.66% | 0.93% | - |
| XYZ | 40.65 | 64.64 | 48.86 | - |
| YUV | 181.95 | 121.82 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 171 | 0.66 | 0 | 0.28 | 0.07 | 155 | 0.8 | 0.62 |
| Hex | 50 | EC | AB | 42 | 0 | 1C | 7 | 9B | 50 | 3E |
| Octal | 120 | 354 | 253 | 102 | 0 | 34 | 7 | 233 | 120 | 76 |
| Binary | 1010000 | 11101100 | 10101011 | 1000010 | 0 | 11100 | 111 | 10011011 | 1010000 | 111110 |
Color Harmonies of #50ECAB
Complementary color
Monochromatic Colors of #50ECAB
Black with #50ECAB
Text Example
Text Example
White with #50ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECAB; }
p { color: rgb(80,236,171); }
H1.HeaderClassName
{
color: #50ECAB;
}
.AnyTagClassName
{
color: #50ECAB;
}
</style>
background-color css
<style>
a { background-color: #50ECAB; }
a { background-color: rgb(80,236,171); }
div.DivClassName
{
background-color: #50ECAB;
}
.BgClassName
{
background-color: #50ECAB;
}
</style>
border-color css
<style>
span { border-color: #50ECAB; }
span { border-color: rgb(80,236,171); }
td.TdClassName
{
border-color: #50ECAB;
}
.TagClassName
{
border-color: #50ECAB;
}
</style>