Shades of Medium Aquamarine #50DAB2
Tints of Medium Aquamarine #50DAB2
RGB
CMYK
RGB Variations
Color information
#50DAB2 (or 0x50DAB2) is known color: Medium Aquamarine. HEX triplet: 50, DA and B2. RGB value is (80,218,178). Sum of RGB (Red+Green+Blue) = 80+218+178=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #50DAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DAB2 is #AF254D. Grayscale: #ACACAC. Windows color (decimal): -11478350 or 11721296. OLE color: 11721296.
HSL color Cylindrical-coordinate representation of color #50DAB2: hue angle of 162.61º degrees, saturation: 0.65, 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 #50DAB2 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 218 | 178 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.15 |
| HSL | 162.61º | 0.65% | 0.58% | - |
| HSV(B) | 162.61º | 0.63% | 0.85% | - |
| XYZ | 36.42 | 55.06 | 50.83 | - |
| YUV | 172.18 | 131.28 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 178 | 0.63 | 0 | 0.18 | 0.15 | 162.61 | 0.65 | 0.58 |
| Hex | 50 | DA | B2 | 3F | 0 | 12 | F | A3 | 41 | 3A |
| Octal | 120 | 332 | 262 | 77 | 0 | 22 | 17 | 243 | 101 | 72 |
| Binary | 1010000 | 11011010 | 10110010 | 111111 | 0 | 10010 | 1111 | 10100011 | 1000001 | 111010 |
Color Harmonies of #50DAB2
Complementary color
Monochromatic Colors of #50DAB2
Black with #50DAB2
Text Example
Text Example
White with #50DAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DAB2; }
p { color: rgb(80,218,178); }
H1.HeaderClassName
{
color: #50DAB2;
}
.AnyTagClassName
{
color: #50DAB2;
}
</style>
background-color css
<style>
a { background-color: #50DAB2; }
a { background-color: rgb(80,218,178); }
div.DivClassName
{
background-color: #50DAB2;
}
.BgClassName
{
background-color: #50DAB2;
}
</style>
border-color css
<style>
span { border-color: #50DAB2; }
span { border-color: rgb(80,218,178); }
td.TdClassName
{
border-color: #50DAB2;
}
.TagClassName
{
border-color: #50DAB2;
}
</style>