Shades of Medium Aquamarine #50DEAA
Tints of Medium Aquamarine #50DEAA
RGB
CMYK
RGB Variations
Color information
#50DEAA (or 0x50DEAA) is known color: Medium Aquamarine. HEX triplet: 50, DE and AA. RGB value is (80,222,170). Sum of RGB (Red+Green+Blue) = 80+222+170=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #50DEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DEAA is #AF2155. Grayscale: #ADADAD. Windows color (decimal): -11477334 or 11198032. OLE color: 11198032.
HSL color Cylindrical-coordinate representation of color #50DEAA: hue angle of 158.03º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DEAA is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 222 | 170 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.13 |
| HSL | 158.03º | 0.68% | 0.59% | - |
| HSV(B) | 158.03º | 0.64% | 0.87% | - |
| XYZ | 36.69 | 56.85 | 47.07 | - |
| YUV | 173.61 | 125.96 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 170 | 0.64 | 0 | 0.23 | 0.13 | 158.03 | 0.68 | 0.59 |
| Hex | 50 | DE | AA | 40 | 0 | 17 | D | 9E | 44 | 3B |
| Octal | 120 | 336 | 252 | 100 | 0 | 27 | 15 | 236 | 104 | 73 |
| Binary | 1010000 | 11011110 | 10101010 | 1000000 | 0 | 10111 | 1101 | 10011110 | 1000100 | 111011 |
Color Harmonies of #50DEAA
Complementary color
Monochromatic Colors of #50DEAA
Black with #50DEAA
Text Example
Text Example
White with #50DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DEAA; }
p { color: rgb(80,222,170); }
H1.HeaderClassName
{
color: #50DEAA;
}
.AnyTagClassName
{
color: #50DEAA;
}
</style>
background-color css
<style>
a { background-color: #50DEAA; }
a { background-color: rgb(80,222,170); }
div.DivClassName
{
background-color: #50DEAA;
}
.BgClassName
{
background-color: #50DEAA;
}
</style>
border-color css
<style>
span { border-color: #50DEAA; }
span { border-color: rgb(80,222,170); }
td.TdClassName
{
border-color: #50DEAA;
}
.TagClassName
{
border-color: #50DEAA;
}
</style>