Shades of Medium Aquamarine #50E9AA
Tints of Medium Aquamarine #50E9AA
RGB
CMYK
RGB Variations
Color information
#50E9AA (or 0x50E9AA) is known color: Medium Aquamarine. HEX triplet: 50, E9 and AA. RGB value is (80,233,170). Sum of RGB (Red+Green+Blue) = 80+233+170=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E9AA is #AF1655. Grayscale: #B4B4B4. Windows color (decimal): -11474518 or 11200848. OLE color: 11200848.
HSL color Cylindrical-coordinate representation of color #50E9AA: hue angle of 155.29º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E9AA is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 170 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.09 |
| HSL | 155.29º | 0.78% | 0.61% | - |
| HSV(B) | 155.29º | 0.66% | 0.91% | - |
| XYZ | 39.7 | 62.89 | 48.08 | - |
| YUV | 180.07 | 122.31 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 170 | 0.66 | 0 | 0.27 | 0.09 | 155.29 | 0.78 | 0.61 |
| Hex | 50 | E9 | AA | 42 | 0 | 1B | 9 | 9B | 4E | 3D |
| Octal | 120 | 351 | 252 | 102 | 0 | 33 | 11 | 233 | 116 | 75 |
| Binary | 1010000 | 11101001 | 10101010 | 1000010 | 0 | 11011 | 1001 | 10011011 | 1001110 | 111101 |
Color Harmonies of #50E9AA
Complementary color
Monochromatic Colors of #50E9AA
Black with #50E9AA
Text Example
Text Example
White with #50E9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E9AA; }
p { color: rgb(80,233,170); }
H1.HeaderClassName
{
color: #50E9AA;
}
.AnyTagClassName
{
color: #50E9AA;
}
</style>
background-color css
<style>
a { background-color: #50E9AA; }
a { background-color: rgb(80,233,170); }
div.DivClassName
{
background-color: #50E9AA;
}
.BgClassName
{
background-color: #50E9AA;
}
</style>
border-color css
<style>
span { border-color: #50E9AA; }
span { border-color: rgb(80,233,170); }
td.TdClassName
{
border-color: #50E9AA;
}
.TagClassName
{
border-color: #50E9AA;
}
</style>