Shades of Medium Aquamarine #50CEAA
Tints of Medium Aquamarine #50CEAA
RGB
CMYK
RGB Variations
Color information
#50CEAA (or 0x50CEAA) is known color: Medium Aquamarine. HEX triplet: 50, CE and AA. RGB value is (80,206,170). Sum of RGB (Red+Green+Blue) = 80+206+170=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #50CEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CEAA is #AF3155. Grayscale: #A4A4A4. Windows color (decimal): -11481430 or 11193936. OLE color: 11193936.
HSL color Cylindrical-coordinate representation of color #50CEAA: hue angle of 162.86º 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 #50CEAA is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 170 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.19 |
| HSL | 162.86º | 0.56% | 0.56% | - |
| HSV(B) | 162.86º | 0.61% | 0.81% | - |
| XYZ | 32.64 | 48.75 | 45.72 | - |
| YUV | 164.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 170 | 0.61 | 0 | 0.17 | 0.19 | 162.86 | 0.56 | 0.56 |
| Hex | 50 | CE | AA | 3D | 0 | 11 | 13 | A3 | 38 | 38 |
| Octal | 120 | 316 | 252 | 75 | 0 | 21 | 23 | 243 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10101010 | 111101 | 0 | 10001 | 10011 | 10100011 | 111000 | 111000 |
Color Harmonies of #50CEAA
Complementary color
Monochromatic Colors of #50CEAA
Black with #50CEAA
Text Example
Text Example
White with #50CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CEAA; }
p { color: rgb(80,206,170); }
H1.HeaderClassName
{
color: #50CEAA;
}
.AnyTagClassName
{
color: #50CEAA;
}
</style>
background-color css
<style>
a { background-color: #50CEAA; }
a { background-color: rgb(80,206,170); }
div.DivClassName
{
background-color: #50CEAA;
}
.BgClassName
{
background-color: #50CEAA;
}
</style>
border-color css
<style>
span { border-color: #50CEAA; }
span { border-color: rgb(80,206,170); }
td.TdClassName
{
border-color: #50CEAA;
}
.TagClassName
{
border-color: #50CEAA;
}
</style>