Shades of Medium Aquamarine #50CEAD
Tints of Medium Aquamarine #50CEAD
RGB
CMYK
RGB Variations
Color information
#50CEAD (or 0x50CEAD) is known color: Medium Aquamarine. HEX triplet: 50, CE and AD. RGB value is (80,206,173). Sum of RGB (Red+Green+Blue) = 80+206+173=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #50CEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CEAD is #AF3152. Grayscale: #A4A4A4. Windows color (decimal): -11481427 or 11390544. OLE color: 11390544.
HSL color Cylindrical-coordinate representation of color #50CEAD: hue angle of 164.29º 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 #50CEAD is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 173 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.19 |
| HSL | 164.29º | 0.56% | 0.56% | - |
| HSV(B) | 164.29º | 0.61% | 0.81% | - |
| XYZ | 32.92 | 48.87 | 47.23 | - |
| YUV | 164.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 173 | 0.61 | 0 | 0.16 | 0.19 | 164.29 | 0.56 | 0.56 |
| Hex | 50 | CE | AD | 3D | 0 | 10 | 13 | A4 | 38 | 38 |
| Octal | 120 | 316 | 255 | 75 | 0 | 20 | 23 | 244 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10101101 | 111101 | 0 | 10000 | 10011 | 10100100 | 111000 | 111000 |
Color Harmonies of #50CEAD
Complementary color
Monochromatic Colors of #50CEAD
Black with #50CEAD
Text Example
Text Example
White with #50CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CEAD; }
p { color: rgb(80,206,173); }
H1.HeaderClassName
{
color: #50CEAD;
}
.AnyTagClassName
{
color: #50CEAD;
}
</style>
background-color css
<style>
a { background-color: #50CEAD; }
a { background-color: rgb(80,206,173); }
div.DivClassName
{
background-color: #50CEAD;
}
.BgClassName
{
background-color: #50CEAD;
}
</style>
border-color css
<style>
span { border-color: #50CEAD; }
span { border-color: rgb(80,206,173); }
td.TdClassName
{
border-color: #50CEAD;
}
.TagClassName
{
border-color: #50CEAD;
}
</style>