Shades of Medium Aquamarine #50DBAC
Tints of Medium Aquamarine #50DBAC
RGB
CMYK
RGB Variations
Color information
#50DBAC (or 0x50DBAC) is known color: Medium Aquamarine. HEX triplet: 50, DB and AC. RGB value is (80,219,172). Sum of RGB (Red+Green+Blue) = 80+219+172=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DBAC is #AF2453. Grayscale: #ACACAC. Windows color (decimal): -11478100 or 11328336. OLE color: 11328336.
HSL color Cylindrical-coordinate representation of color #50DBAC: hue angle of 159.71º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DBAC is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 172 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.14 |
| HSL | 159.71º | 0.66% | 0.59% | - |
| HSV(B) | 159.71º | 0.63% | 0.86% | - |
| XYZ | 36.09 | 55.35 | 47.81 | - |
| YUV | 172.08 | 127.95 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 172 | 0.63 | 0 | 0.21 | 0.14 | 159.71 | 0.66 | 0.59 |
| Hex | 50 | DB | AC | 3F | 0 | 15 | E | A0 | 42 | 3B |
| Octal | 120 | 333 | 254 | 77 | 0 | 25 | 16 | 240 | 102 | 73 |
| Binary | 1010000 | 11011011 | 10101100 | 111111 | 0 | 10101 | 1110 | 10100000 | 1000010 | 111011 |
Color Harmonies of #50DBAC
Complementary color
Monochromatic Colors of #50DBAC
Black with #50DBAC
Text Example
Text Example
White with #50DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DBAC; }
p { color: rgb(80,219,172); }
H1.HeaderClassName
{
color: #50DBAC;
}
.AnyTagClassName
{
color: #50DBAC;
}
</style>
background-color css
<style>
a { background-color: #50DBAC; }
a { background-color: rgb(80,219,172); }
div.DivClassName
{
background-color: #50DBAC;
}
.BgClassName
{
background-color: #50DBAC;
}
</style>
border-color css
<style>
span { border-color: #50DBAC; }
span { border-color: rgb(80,219,172); }
td.TdClassName
{
border-color: #50DBAC;
}
.TagClassName
{
border-color: #50DBAC;
}
</style>