Shades of Medium Aquamarine #50EE9B
Tints of Medium Aquamarine #50EE9B
RGB
CMYK
RGB Variations
Color information
#50EE9B (or 0x50EE9B) is known color: Medium Aquamarine. HEX triplet: 50, EE and 9B. RGB value is (80,238,155). Sum of RGB (Red+Green+Blue) = 80+238+155=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EE9B is #AF1164. Grayscale: #B5B5B5. Windows color (decimal): -11473253 or 10219088. OLE color: 10219088.
HSL color Cylindrical-coordinate representation of color #50EE9B: hue angle of 148.48º degrees, saturation: 0.82, 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 #50EE9B is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 155 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.07 |
| HSL | 148.48º | 0.82% | 0.62% | - |
| HSV(B) | 148.48º | 0.66% | 0.93% | - |
| XYZ | 39.8 | 65.22 | 41.5 | - |
| YUV | 181.3 | 113.15 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 155 | 0.66 | 0 | 0.35 | 0.07 | 148.48 | 0.82 | 0.62 |
| Hex | 50 | EE | 9B | 42 | 0 | 23 | 7 | 94 | 52 | 3E |
| Octal | 120 | 356 | 233 | 102 | 0 | 43 | 7 | 224 | 122 | 76 |
| Binary | 1010000 | 11101110 | 10011011 | 1000010 | 0 | 100011 | 111 | 10010100 | 1010010 | 111110 |
Color Harmonies of #50EE9B
Complementary color
Monochromatic Colors of #50EE9B
Black with #50EE9B
Text Example
Text Example
White with #50EE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EE9B; }
p { color: rgb(80,238,155); }
H1.HeaderClassName
{
color: #50EE9B;
}
.AnyTagClassName
{
color: #50EE9B;
}
</style>
background-color css
<style>
a { background-color: #50EE9B; }
a { background-color: rgb(80,238,155); }
div.DivClassName
{
background-color: #50EE9B;
}
.BgClassName
{
background-color: #50EE9B;
}
</style>
border-color css
<style>
span { border-color: #50EE9B; }
span { border-color: rgb(80,238,155); }
td.TdClassName
{
border-color: #50EE9B;
}
.TagClassName
{
border-color: #50EE9B;
}
</style>