Shades of Medium Aquamarine #50CE9D
Tints of Medium Aquamarine #50CE9D
RGB
CMYK
RGB Variations
Color information
#50CE9D (or 0x50CE9D) is known color: Medium Aquamarine. HEX triplet: 50, CE and 9D. RGB value is (80,206,157). Sum of RGB (Red+Green+Blue) = 80+206+157=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE9D is #AF3162. Grayscale: #A2A2A2. Windows color (decimal): -11481443 or 10341968. OLE color: 10341968.
HSL color Cylindrical-coordinate representation of color #50CE9D: hue angle of 156.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CE9D is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 157 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.19 |
| HSL | 156.67º | 0.56% | 0.56% | - |
| HSV(B) | 156.67º | 0.61% | 0.81% | - |
| XYZ | 31.47 | 48.28 | 39.56 | - |
| YUV | 162.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 157 | 0.61 | 0 | 0.24 | 0.19 | 156.67 | 0.56 | 0.56 |
| Hex | 50 | CE | 9D | 3D | 0 | 18 | 13 | 9D | 38 | 38 |
| Octal | 120 | 316 | 235 | 75 | 0 | 30 | 23 | 235 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10011101 | 111101 | 0 | 11000 | 10011 | 10011101 | 111000 | 111000 |
Color Harmonies of #50CE9D
Complementary color
Monochromatic Colors of #50CE9D
Black with #50CE9D
Text Example
Text Example
White with #50CE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE9D; }
p { color: rgb(80,206,157); }
H1.HeaderClassName
{
color: #50CE9D;
}
.AnyTagClassName
{
color: #50CE9D;
}
</style>
background-color css
<style>
a { background-color: #50CE9D; }
a { background-color: rgb(80,206,157); }
div.DivClassName
{
background-color: #50CE9D;
}
.BgClassName
{
background-color: #50CE9D;
}
</style>
border-color css
<style>
span { border-color: #50CE9D; }
span { border-color: rgb(80,206,157); }
td.TdClassName
{
border-color: #50CE9D;
}
.TagClassName
{
border-color: #50CE9D;
}
</style>