Shades of Medium Aquamarine #77ECAA
Tints of Medium Aquamarine #77ECAA
RGB
CMYK
RGB Variations
Color information
#77ECAA (or 0x77ECAA) is known color: Medium Aquamarine. HEX triplet: 77, EC and AA. RGB value is (119,236,170). Sum of RGB (Red+Green+Blue) = 119+236+170=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77ECAA is #881355. Grayscale: #C1C1C1. Windows color (decimal): -8917846 or 11201655. OLE color: 11201655.
HSL color Cylindrical-coordinate representation of color #77ECAA: hue angle of 146.15º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ECAA is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 170 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.07 |
| HSL | 146.15º | 0.75% | 0.7% | - |
| HSV(B) | 146.15º | 0.5% | 0.93% | - |
| XYZ | 44.86 | 66.82 | 48.56 | - |
| YUV | 193.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 170 | 0.50 | 0 | 0.28 | 0.07 | 146.15 | 0.75 | 0.7 |
| Hex | 77 | EC | AA | 32 | 0 | 1C | 7 | 92 | 4B | 46 |
| Octal | 167 | 354 | 252 | 62 | 0 | 34 | 7 | 222 | 113 | 106 |
| Binary | 1110111 | 11101100 | 10101010 | 110010 | 0 | 11100 | 111 | 10010010 | 1001011 | 1000110 |
Color Harmonies of #77ECAA
Complementary color
Monochromatic Colors of #77ECAA
Black with #77ECAA
Text Example
Text Example
White with #77ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECAA; }
p { color: rgb(119,236,170); }
H1.HeaderClassName
{
color: #77ECAA;
}
.AnyTagClassName
{
color: #77ECAA;
}
</style>
background-color css
<style>
a { background-color: #77ECAA; }
a { background-color: rgb(119,236,170); }
div.DivClassName
{
background-color: #77ECAA;
}
.BgClassName
{
background-color: #77ECAA;
}
</style>
border-color css
<style>
span { border-color: #77ECAA; }
span { border-color: rgb(119,236,170); }
td.TdClassName
{
border-color: #77ECAA;
}
.TagClassName
{
border-color: #77ECAA;
}
</style>