Shades of Medium Aquamarine #50DDAC
Tints of Medium Aquamarine #50DDAC
RGB
CMYK
RGB Variations
Color information
#50DDAC (or 0x50DDAC) is known color: Medium Aquamarine. HEX triplet: 50, DD and AC. RGB value is (80,221,172). Sum of RGB (Red+Green+Blue) = 80+221+172=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #50DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DDAC is #AF2253. Grayscale: #ADADAD. Windows color (decimal): -11477588 or 11328848. OLE color: 11328848.
HSL color Cylindrical-coordinate representation of color #50DDAC: hue angle of 159.15º degrees, saturation: 0.67, 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 #50DDAC is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 221 | 172 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.13 |
| HSL | 159.15º | 0.67% | 0.59% | - |
| HSV(B) | 159.15º | 0.64% | 0.87% | - |
| XYZ | 36.61 | 56.4 | 47.99 | - |
| YUV | 173.26 | 127.29 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 172 | 0.64 | 0 | 0.22 | 0.13 | 159.15 | 0.67 | 0.59 |
| Hex | 50 | DD | AC | 40 | 0 | 16 | D | 9F | 43 | 3B |
| Octal | 120 | 335 | 254 | 100 | 0 | 26 | 15 | 237 | 103 | 73 |
| Binary | 1010000 | 11011101 | 10101100 | 1000000 | 0 | 10110 | 1101 | 10011111 | 1000011 | 111011 |
Color Harmonies of #50DDAC
Complementary color
Monochromatic Colors of #50DDAC
Black with #50DDAC
Text Example
Text Example
White with #50DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DDAC; }
p { color: rgb(80,221,172); }
H1.HeaderClassName
{
color: #50DDAC;
}
.AnyTagClassName
{
color: #50DDAC;
}
</style>
background-color css
<style>
a { background-color: #50DDAC; }
a { background-color: rgb(80,221,172); }
div.DivClassName
{
background-color: #50DDAC;
}
.BgClassName
{
background-color: #50DDAC;
}
</style>
border-color css
<style>
span { border-color: #50DDAC; }
span { border-color: rgb(80,221,172); }
td.TdClassName
{
border-color: #50DDAC;
}
.TagClassName
{
border-color: #50DDAC;
}
</style>