Shades of Medium Aquamarine #50CFAB
Tints of Medium Aquamarine #50CFAB
RGB
CMYK
RGB Variations
Color information
#50CFAB (or 0x50CFAB) is known color: Medium Aquamarine. HEX triplet: 50, CF and AB. RGB value is (80,207,171). Sum of RGB (Red+Green+Blue) = 80+207+171=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #50CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CFAB is #AF3054. Grayscale: #A4A4A4. Windows color (decimal): -11481173 or 11259728. OLE color: 11259728.
HSL color Cylindrical-coordinate representation of color #50CFAB: hue angle of 162.99º degrees, saturation: 0.57, 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 #50CFAB is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 171 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.19 |
| HSL | 162.99º | 0.57% | 0.56% | - |
| HSV(B) | 162.99º | 0.61% | 0.81% | - |
| XYZ | 32.97 | 49.27 | 46.3 | - |
| YUV | 164.92 | 131.42 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 171 | 0.61 | 0 | 0.17 | 0.19 | 162.99 | 0.57 | 0.56 |
| Hex | 50 | CF | AB | 3D | 0 | 11 | 13 | A3 | 39 | 38 |
| Octal | 120 | 317 | 253 | 75 | 0 | 21 | 23 | 243 | 71 | 70 |
| Binary | 1010000 | 11001111 | 10101011 | 111101 | 0 | 10001 | 10011 | 10100011 | 111001 | 111000 |
Color Harmonies of #50CFAB
Complementary color
Monochromatic Colors of #50CFAB
Black with #50CFAB
Text Example
Text Example
White with #50CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFAB; }
p { color: rgb(80,207,171); }
H1.HeaderClassName
{
color: #50CFAB;
}
.AnyTagClassName
{
color: #50CFAB;
}
</style>
background-color css
<style>
a { background-color: #50CFAB; }
a { background-color: rgb(80,207,171); }
div.DivClassName
{
background-color: #50CFAB;
}
.BgClassName
{
background-color: #50CFAB;
}
</style>
border-color css
<style>
span { border-color: #50CFAB; }
span { border-color: rgb(80,207,171); }
td.TdClassName
{
border-color: #50CFAB;
}
.TagClassName
{
border-color: #50CFAB;
}
</style>