Shades of Medium Aquamarine #50DFAC
Tints of Medium Aquamarine #50DFAC
RGB
CMYK
RGB Variations
Color information
#50DFAC (or 0x50DFAC) is known color: Medium Aquamarine. HEX triplet: 50, DF and AC. RGB value is (80,223,172). Sum of RGB (Red+Green+Blue) = 80+223+172=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DFAC is #AF2053. Grayscale: #AEAEAE. Windows color (decimal): -11477076 or 11329360. OLE color: 11329360.
HSL color Cylindrical-coordinate representation of color #50DFAC: hue angle of 158.6º degrees, saturation: 0.69, 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 #50DFAC is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 172 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.13 |
| HSL | 158.6º | 0.69% | 0.59% | - |
| HSV(B) | 158.6º | 0.64% | 0.87% | - |
| XYZ | 37.14 | 57.46 | 48.16 | - |
| YUV | 174.43 | 126.62 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 172 | 0.64 | 0 | 0.23 | 0.13 | 158.6 | 0.69 | 0.59 |
| Hex | 50 | DF | AC | 40 | 0 | 17 | D | 9F | 45 | 3B |
| Octal | 120 | 337 | 254 | 100 | 0 | 27 | 15 | 237 | 105 | 73 |
| Binary | 1010000 | 11011111 | 10101100 | 1000000 | 0 | 10111 | 1101 | 10011111 | 1000101 | 111011 |
Color Harmonies of #50DFAC
Complementary color
Monochromatic Colors of #50DFAC
Black with #50DFAC
Text Example
Text Example
White with #50DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DFAC; }
p { color: rgb(80,223,172); }
H1.HeaderClassName
{
color: #50DFAC;
}
.AnyTagClassName
{
color: #50DFAC;
}
</style>
background-color css
<style>
a { background-color: #50DFAC; }
a { background-color: rgb(80,223,172); }
div.DivClassName
{
background-color: #50DFAC;
}
.BgClassName
{
background-color: #50DFAC;
}
</style>
border-color css
<style>
span { border-color: #50DFAC; }
span { border-color: rgb(80,223,172); }
td.TdClassName
{
border-color: #50DFAC;
}
.TagClassName
{
border-color: #50DFAC;
}
</style>