Shades of Medium Aquamarine #50CEAB
Tints of Medium Aquamarine #50CEAB
RGB
CMYK
RGB Variations
Color information
#50CEAB (or 0x50CEAB) is known color: Medium Aquamarine. HEX triplet: 50, CE and AB. RGB value is (80,206,171). Sum of RGB (Red+Green+Blue) = 80+206+171=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #50CEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CEAB is #AF3154. Grayscale: #A4A4A4. Windows color (decimal): -11481429 or 11259472. OLE color: 11259472.
HSL color Cylindrical-coordinate representation of color #50CEAB: hue angle of 163.33º 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 #50CEAB is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 171 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.19 |
| HSL | 163.33º | 0.56% | 0.56% | - |
| HSV(B) | 163.33º | 0.61% | 0.81% | - |
| XYZ | 32.73 | 48.79 | 46.22 | - |
| YUV | 164.34 | 131.76 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 171 | 0.61 | 0 | 0.17 | 0.19 | 163.33 | 0.56 | 0.56 |
| Hex | 50 | CE | AB | 3D | 0 | 11 | 13 | A3 | 38 | 38 |
| Octal | 120 | 316 | 253 | 75 | 0 | 21 | 23 | 243 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10101011 | 111101 | 0 | 10001 | 10011 | 10100011 | 111000 | 111000 |
Color Harmonies of #50CEAB
Complementary color
Monochromatic Colors of #50CEAB
Black with #50CEAB
Text Example
Text Example
White with #50CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CEAB; }
p { color: rgb(80,206,171); }
H1.HeaderClassName
{
color: #50CEAB;
}
.AnyTagClassName
{
color: #50CEAB;
}
</style>
background-color css
<style>
a { background-color: #50CEAB; }
a { background-color: rgb(80,206,171); }
div.DivClassName
{
background-color: #50CEAB;
}
.BgClassName
{
background-color: #50CEAB;
}
</style>
border-color css
<style>
span { border-color: #50CEAB; }
span { border-color: rgb(80,206,171); }
td.TdClassName
{
border-color: #50CEAB;
}
.TagClassName
{
border-color: #50CEAB;
}
</style>