Shades of Medium Aquamarine #50EBAB
Tints of Medium Aquamarine #50EBAB
RGB
CMYK
RGB Variations
Color information
#50EBAB (or 0x50EBAB) is known color: Medium Aquamarine. HEX triplet: 50, EB and AB. RGB value is (80,235,171). Sum of RGB (Red+Green+Blue) = 80+235+171=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EBAB is #AF1454. Grayscale: #B5B5B5. Windows color (decimal): -11474005 or 11266896. OLE color: 11266896.
HSL color Cylindrical-coordinate representation of color #50EBAB: hue angle of 155.23º 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 #50EBAB is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 171 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.08 |
| HSL | 155.23º | 0.79% | 0.62% | - |
| HSV(B) | 155.23º | 0.66% | 0.92% | - |
| XYZ | 40.37 | 64.06 | 48.77 | - |
| YUV | 181.36 | 122.15 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 171 | 0.66 | 0 | 0.27 | 0.08 | 155.23 | 0.79 | 0.62 |
| Hex | 50 | EB | AB | 42 | 0 | 1B | 8 | 9B | 4F | 3E |
| Octal | 120 | 353 | 253 | 102 | 0 | 33 | 10 | 233 | 117 | 76 |
| Binary | 1010000 | 11101011 | 10101011 | 1000010 | 0 | 11011 | 1000 | 10011011 | 1001111 | 111110 |
Color Harmonies of #50EBAB
Complementary color
Monochromatic Colors of #50EBAB
Black with #50EBAB
Text Example
Text Example
White with #50EBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EBAB; }
p { color: rgb(80,235,171); }
H1.HeaderClassName
{
color: #50EBAB;
}
.AnyTagClassName
{
color: #50EBAB;
}
</style>
background-color css
<style>
a { background-color: #50EBAB; }
a { background-color: rgb(80,235,171); }
div.DivClassName
{
background-color: #50EBAB;
}
.BgClassName
{
background-color: #50EBAB;
}
</style>
border-color css
<style>
span { border-color: #50EBAB; }
span { border-color: rgb(80,235,171); }
td.TdClassName
{
border-color: #50EBAB;
}
.TagClassName
{
border-color: #50EBAB;
}
</style>