Shades of Medium Aquamarine #50CFAA
Tints of Medium Aquamarine #50CFAA
RGB
CMYK
RGB Variations
Color information
#50CFAA (or 0x50CFAA) is known color: Medium Aquamarine. HEX triplet: 50, CF and AA. RGB value is (80,207,170). Sum of RGB (Red+Green+Blue) = 80+207+170=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #50CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CFAA is #AF3055. Grayscale: #A4A4A4. Windows color (decimal): -11481174 or 11194192. OLE color: 11194192.
HSL color Cylindrical-coordinate representation of color #50CFAA: hue angle of 162.52º 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 #50CFAA is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 170 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.19 |
| HSL | 162.52º | 0.57% | 0.56% | - |
| HSV(B) | 162.52º | 0.61% | 0.81% | - |
| XYZ | 32.88 | 49.23 | 45.8 | - |
| YUV | 164.81 | 130.92 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 170 | 0.61 | 0 | 0.18 | 0.19 | 162.52 | 0.57 | 0.56 |
| Hex | 50 | CF | AA | 3D | 0 | 12 | 13 | A3 | 39 | 38 |
| Octal | 120 | 317 | 252 | 75 | 0 | 22 | 23 | 243 | 71 | 70 |
| Binary | 1010000 | 11001111 | 10101010 | 111101 | 0 | 10010 | 10011 | 10100011 | 111001 | 111000 |
Color Harmonies of #50CFAA
Complementary color
Monochromatic Colors of #50CFAA
Black with #50CFAA
Text Example
Text Example
White with #50CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFAA; }
p { color: rgb(80,207,170); }
H1.HeaderClassName
{
color: #50CFAA;
}
.AnyTagClassName
{
color: #50CFAA;
}
</style>
background-color css
<style>
a { background-color: #50CFAA; }
a { background-color: rgb(80,207,170); }
div.DivClassName
{
background-color: #50CFAA;
}
.BgClassName
{
background-color: #50CFAA;
}
</style>
border-color css
<style>
span { border-color: #50CFAA; }
span { border-color: rgb(80,207,170); }
td.TdClassName
{
border-color: #50CFAA;
}
.TagClassName
{
border-color: #50CFAA;
}
</style>