Shades of Medium Aquamarine #50D0A8
Tints of Medium Aquamarine #50D0A8
RGB
CMYK
RGB Variations
Color information
#50D0A8 (or 0x50D0A8) is known color: Medium Aquamarine. HEX triplet: 50, D0 and A8. RGB value is (80,208,168). Sum of RGB (Red+Green+Blue) = 80+208+168=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #50D0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D0A8 is #AF2F57. Grayscale: #A5A5A5. Windows color (decimal): -11480920 or 11063376. OLE color: 11063376.
HSL color Cylindrical-coordinate representation of color #50D0A8: hue angle of 161.25º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D0A8 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 208 | 168 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.18 |
| HSL | 161.25º | 0.58% | 0.56% | - |
| HSV(B) | 161.25º | 0.62% | 0.82% | - |
| XYZ | 32.93 | 49.64 | 44.89 | - |
| YUV | 165.17 | 129.59 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 208 | 168 | 0.62 | 0 | 0.19 | 0.18 | 161.25 | 0.58 | 0.56 |
| Hex | 50 | D0 | A8 | 3E | 0 | 13 | 12 | A1 | 3A | 38 |
| Octal | 120 | 320 | 250 | 76 | 0 | 23 | 22 | 241 | 72 | 70 |
| Binary | 1010000 | 11010000 | 10101000 | 111110 | 0 | 10011 | 10010 | 10100001 | 111010 | 111000 |
Color Harmonies of #50D0A8
Complementary color
Monochromatic Colors of #50D0A8
Black with #50D0A8
Text Example
Text Example
White with #50D0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D0A8; }
p { color: rgb(80,208,168); }
H1.HeaderClassName
{
color: #50D0A8;
}
.AnyTagClassName
{
color: #50D0A8;
}
</style>
background-color css
<style>
a { background-color: #50D0A8; }
a { background-color: rgb(80,208,168); }
div.DivClassName
{
background-color: #50D0A8;
}
.BgClassName
{
background-color: #50D0A8;
}
</style>
border-color css
<style>
span { border-color: #50D0A8; }
span { border-color: rgb(80,208,168); }
td.TdClassName
{
border-color: #50D0A8;
}
.TagClassName
{
border-color: #50D0A8;
}
</style>