Shades of Medium Aquamarine #50DAA7
Tints of Medium Aquamarine #50DAA7
RGB
CMYK
RGB Variations
Color information
#50DAA7 (or 0x50DAA7) is known color: Medium Aquamarine. HEX triplet: 50, DA and A7. RGB value is (80,218,167). Sum of RGB (Red+Green+Blue) = 80+218+167=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #50DAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DAA7 is #AF2558. Grayscale: #AAAAAA. Windows color (decimal): -11478361 or 11000400. OLE color: 11000400.
HSL color Cylindrical-coordinate representation of color #50DAA7: hue angle of 157.83º 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 #50DAA7 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 218 | 167 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.15 |
| HSL | 157.83º | 0.65% | 0.58% | - |
| HSV(B) | 157.83º | 0.63% | 0.85% | - |
| XYZ | 35.35 | 54.64 | 45.24 | - |
| YUV | 170.92 | 125.78 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 167 | 0.63 | 0 | 0.23 | 0.15 | 157.83 | 0.65 | 0.58 |
| Hex | 50 | DA | A7 | 3F | 0 | 17 | F | 9E | 41 | 3A |
| Octal | 120 | 332 | 247 | 77 | 0 | 27 | 17 | 236 | 101 | 72 |
| Binary | 1010000 | 11011010 | 10100111 | 111111 | 0 | 10111 | 1111 | 10011110 | 1000001 | 111010 |
Color Harmonies of #50DAA7
Complementary color
Monochromatic Colors of #50DAA7
Black with #50DAA7
Text Example
Text Example
White with #50DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DAA7; }
p { color: rgb(80,218,167); }
H1.HeaderClassName
{
color: #50DAA7;
}
.AnyTagClassName
{
color: #50DAA7;
}
</style>
background-color css
<style>
a { background-color: #50DAA7; }
a { background-color: rgb(80,218,167); }
div.DivClassName
{
background-color: #50DAA7;
}
.BgClassName
{
background-color: #50DAA7;
}
</style>
border-color css
<style>
span { border-color: #50DAA7; }
span { border-color: rgb(80,218,167); }
td.TdClassName
{
border-color: #50DAA7;
}
.TagClassName
{
border-color: #50DAA7;
}
</style>