Shades of Medium Aquamarine #50D0AC
Tints of Medium Aquamarine #50D0AC
RGB
CMYK
RGB Variations
Color information
#50D0AC (or 0x50D0AC) is known color: Medium Aquamarine. HEX triplet: 50, D0 and AC. RGB value is (80,208,172). Sum of RGB (Red+Green+Blue) = 80+208+172=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #50D0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D0AC is #AF2F53. Grayscale: #A5A5A5. Windows color (decimal): -11480916 or 11325520. OLE color: 11325520.
HSL color Cylindrical-coordinate representation of color #50D0AC: hue angle of 163.12º 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 #50D0AC is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 208 | 172 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.18 |
| HSL | 163.13º | 0.58% | 0.56% | - |
| HSV(B) | 163.13º | 0.62% | 0.82% | - |
| XYZ | 33.31 | 49.8 | 46.89 | - |
| YUV | 165.62 | 131.59 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 208 | 172 | 0.62 | 0 | 0.17 | 0.18 | 163.13 | 0.58 | 0.56 |
| Hex | 50 | D0 | AC | 3E | 0 | 11 | 12 | A3 | 3A | 38 |
| Octal | 120 | 320 | 254 | 76 | 0 | 21 | 22 | 243 | 72 | 70 |
| Binary | 1010000 | 11010000 | 10101100 | 111110 | 0 | 10001 | 10010 | 10100011 | 111010 | 111000 |
Color Harmonies of #50D0AC
Complementary color
Monochromatic Colors of #50D0AC
Black with #50D0AC
Text Example
Text Example
White with #50D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D0AC; }
p { color: rgb(80,208,172); }
H1.HeaderClassName
{
color: #50D0AC;
}
.AnyTagClassName
{
color: #50D0AC;
}
</style>
background-color css
<style>
a { background-color: #50D0AC; }
a { background-color: rgb(80,208,172); }
div.DivClassName
{
background-color: #50D0AC;
}
.BgClassName
{
background-color: #50D0AC;
}
</style>
border-color css
<style>
span { border-color: #50D0AC; }
span { border-color: rgb(80,208,172); }
td.TdClassName
{
border-color: #50D0AC;
}
.TagClassName
{
border-color: #50D0AC;
}
</style>