Shades of Aquamarine #77ECC9
Tints of Aquamarine #77ECC9
RGB
CMYK
RGB Variations
Color information
#77ECC9 (or 0x77ECC9) is known color: Aquamarine. HEX triplet: 77, EC and C9. RGB value is (119,236,201). Sum of RGB (Red+Green+Blue) = 119+236+201=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECC9 is #881336. Grayscale: #C5C5C5. Windows color (decimal): -8917815 or 13233271. OLE color: 13233271.
HSL color Cylindrical-coordinate representation of color #77ECC9: hue angle of 162.05º 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 #77ECC9 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 201 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.07 |
| HSL | 162.05º | 0.75% | 0.7% | - |
| HSV(B) | 162.05º | 0.5% | 0.93% | - |
| XYZ | 48.15 | 68.13 | 65.87 | - |
| YUV | 197.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 201 | 0.50 | 0 | 0.15 | 0.07 | 162.05 | 0.75 | 0.7 |
| Hex | 77 | EC | C9 | 32 | 0 | F | 7 | A2 | 4B | 46 |
| Octal | 167 | 354 | 311 | 62 | 0 | 17 | 7 | 242 | 113 | 106 |
| Binary | 1110111 | 11101100 | 11001001 | 110010 | 0 | 1111 | 111 | 10100010 | 1001011 | 1000110 |
Color Harmonies of #77ECC9
Complementary color
Monochromatic Colors of #77ECC9
Black with #77ECC9
Text Example
Text Example
White with #77ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECC9; }
p { color: rgb(119,236,201); }
H1.HeaderClassName
{
color: #77ECC9;
}
.AnyTagClassName
{
color: #77ECC9;
}
</style>
background-color css
<style>
a { background-color: #77ECC9; }
a { background-color: rgb(119,236,201); }
div.DivClassName
{
background-color: #77ECC9;
}
.BgClassName
{
background-color: #77ECC9;
}
</style>
border-color css
<style>
span { border-color: #77ECC9; }
span { border-color: rgb(119,236,201); }
td.TdClassName
{
border-color: #77ECC9;
}
.TagClassName
{
border-color: #77ECC9;
}
</style>