Shades of Medium Aquamarine #50D7B0
Tints of Medium Aquamarine #50D7B0
RGB
CMYK
RGB Variations
Color information
#50D7B0 (or 0x50D7B0) is known color: Medium Aquamarine. HEX triplet: 50, D7 and B0. RGB value is (80,215,176). Sum of RGB (Red+Green+Blue) = 80+215+176=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #50D7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D7B0 is #AF284F. Grayscale: #AAAAAA. Windows color (decimal): -11479120 or 11589456. OLE color: 11589456.
HSL color Cylindrical-coordinate representation of color #50D7B0: hue angle of 162.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D7B0 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 176 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.16 |
| HSL | 162.67º | 0.63% | 0.58% | - |
| HSV(B) | 162.67º | 0.63% | 0.84% | - |
| XYZ | 35.45 | 53.44 | 49.52 | - |
| YUV | 170.19 | 131.27 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 176 | 0.63 | 0 | 0.18 | 0.16 | 162.67 | 0.63 | 0.58 |
| Hex | 50 | D7 | B0 | 3F | 0 | 12 | 10 | A3 | 3F | 3A |
| Octal | 120 | 327 | 260 | 77 | 0 | 22 | 20 | 243 | 77 | 72 |
| Binary | 1010000 | 11010111 | 10110000 | 111111 | 0 | 10010 | 10000 | 10100011 | 111111 | 111010 |
Color Harmonies of #50D7B0
Complementary color
Monochromatic Colors of #50D7B0
Black with #50D7B0
Text Example
Text Example
White with #50D7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D7B0; }
p { color: rgb(80,215,176); }
H1.HeaderClassName
{
color: #50D7B0;
}
.AnyTagClassName
{
color: #50D7B0;
}
</style>
background-color css
<style>
a { background-color: #50D7B0; }
a { background-color: rgb(80,215,176); }
div.DivClassName
{
background-color: #50D7B0;
}
.BgClassName
{
background-color: #50D7B0;
}
</style>
border-color css
<style>
span { border-color: #50D7B0; }
span { border-color: rgb(80,215,176); }
td.TdClassName
{
border-color: #50D7B0;
}
.TagClassName
{
border-color: #50D7B0;
}
</style>