Shades of Medium Aquamarine #50CEAC
Tints of Medium Aquamarine #50CEAC
RGB
CMYK
RGB Variations
Color information
#50CEAC (or 0x50CEAC) is known color: Medium Aquamarine. HEX triplet: 50, CE and AC. RGB value is (80,206,172). Sum of RGB (Red+Green+Blue) = 80+206+172=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #50CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CEAC is #AF3153. Grayscale: #A4A4A4. Windows color (decimal): -11481428 or 11325008. OLE color: 11325008.
HSL color Cylindrical-coordinate representation of color #50CEAC: hue angle of 163.81º 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 #50CEAC is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 172 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.19 |
| HSL | 163.81º | 0.56% | 0.56% | - |
| HSV(B) | 163.81º | 0.61% | 0.81% | - |
| XYZ | 32.83 | 48.83 | 46.72 | - |
| YUV | 164.45 | 132.26 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 172 | 0.61 | 0 | 0.17 | 0.19 | 163.81 | 0.56 | 0.56 |
| Hex | 50 | CE | AC | 3D | 0 | 11 | 13 | A4 | 38 | 38 |
| Octal | 120 | 316 | 254 | 75 | 0 | 21 | 23 | 244 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10101100 | 111101 | 0 | 10001 | 10011 | 10100100 | 111000 | 111000 |
Color Harmonies of #50CEAC
Complementary color
Monochromatic Colors of #50CEAC
Black with #50CEAC
Text Example
Text Example
White with #50CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CEAC; }
p { color: rgb(80,206,172); }
H1.HeaderClassName
{
color: #50CEAC;
}
.AnyTagClassName
{
color: #50CEAC;
}
</style>
background-color css
<style>
a { background-color: #50CEAC; }
a { background-color: rgb(80,206,172); }
div.DivClassName
{
background-color: #50CEAC;
}
.BgClassName
{
background-color: #50CEAC;
}
</style>
border-color css
<style>
span { border-color: #50CEAC; }
span { border-color: rgb(80,206,172); }
td.TdClassName
{
border-color: #50CEAC;
}
.TagClassName
{
border-color: #50CEAC;
}
</style>