Shades of Medium Aquamarine #50D8AF
Tints of Medium Aquamarine #50D8AF
RGB
CMYK
RGB Variations
Color information
#50D8AF (or 0x50D8AF) is known color: Medium Aquamarine. HEX triplet: 50, D8 and AF. RGB value is (80,216,175). Sum of RGB (Red+Green+Blue) = 80+216+175=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #50D8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D8AF is #AF2750. Grayscale: #AAAAAA. Windows color (decimal): -11478865 or 11524176. OLE color: 11524176.
HSL color Cylindrical-coordinate representation of color #50D8AF: hue angle of 161.91º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D8AF is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 175 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.15 |
| HSL | 161.91º | 0.64% | 0.58% | - |
| HSV(B) | 161.91º | 0.63% | 0.85% | - |
| XYZ | 35.6 | 53.91 | 49.09 | - |
| YUV | 170.66 | 130.44 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 175 | 0.63 | 0 | 0.19 | 0.15 | 161.91 | 0.64 | 0.58 |
| Hex | 50 | D8 | AF | 3F | 0 | 13 | F | A2 | 40 | 3A |
| Octal | 120 | 330 | 257 | 77 | 0 | 23 | 17 | 242 | 100 | 72 |
| Binary | 1010000 | 11011000 | 10101111 | 111111 | 0 | 10011 | 1111 | 10100010 | 1000000 | 111010 |
Color Harmonies of #50D8AF
Complementary color
Monochromatic Colors of #50D8AF
Black with #50D8AF
Text Example
Text Example
White with #50D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D8AF; }
p { color: rgb(80,216,175); }
H1.HeaderClassName
{
color: #50D8AF;
}
.AnyTagClassName
{
color: #50D8AF;
}
</style>
background-color css
<style>
a { background-color: #50D8AF; }
a { background-color: rgb(80,216,175); }
div.DivClassName
{
background-color: #50D8AF;
}
.BgClassName
{
background-color: #50D8AF;
}
</style>
border-color css
<style>
span { border-color: #50D8AF; }
span { border-color: rgb(80,216,175); }
td.TdClassName
{
border-color: #50D8AF;
}
.TagClassName
{
border-color: #50D8AF;
}
</style>