Shades of Aquamarine #77ECC5
Tints of Aquamarine #77ECC5
RGB
CMYK
RGB Variations
Color information
#77ECC5 (or 0x77ECC5) is known color: Aquamarine. HEX triplet: 77, EC and C5. RGB value is (119,236,197). Sum of RGB (Red+Green+Blue) = 119+236+197=552 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.56% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECC5 is #88133A. Grayscale: #C4C4C4. Windows color (decimal): -8917819 or 12971127. OLE color: 12971127.
HSL color Cylindrical-coordinate representation of color #77ECC5: hue angle of 160º 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 #77ECC5 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 197 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.07 |
| HSL | 160º | 0.75% | 0.7% | - |
| HSV(B) | 160º | 0.5% | 0.93% | - |
| XYZ | 47.68 | 67.94 | 63.42 | - |
| YUV | 196.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 197 | 0.50 | 0 | 0.17 | 0.07 | 160 | 0.75 | 0.7 |
| Hex | 77 | EC | C5 | 32 | 0 | 11 | 7 | A0 | 4B | 46 |
| Octal | 167 | 354 | 305 | 62 | 0 | 21 | 7 | 240 | 113 | 106 |
| Binary | 1110111 | 11101100 | 11000101 | 110010 | 0 | 10001 | 111 | 10100000 | 1001011 | 1000110 |
Color Harmonies of #77ECC5
Complementary color
Monochromatic Colors of #77ECC5
Black with #77ECC5
Text Example
Text Example
White with #77ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECC5; }
p { color: rgb(119,236,197); }
H1.HeaderClassName
{
color: #77ECC5;
}
.AnyTagClassName
{
color: #77ECC5;
}
</style>
background-color css
<style>
a { background-color: #77ECC5; }
a { background-color: rgb(119,236,197); }
div.DivClassName
{
background-color: #77ECC5;
}
.BgClassName
{
background-color: #77ECC5;
}
</style>
border-color css
<style>
span { border-color: #77ECC5; }
span { border-color: rgb(119,236,197); }
td.TdClassName
{
border-color: #77ECC5;
}
.TagClassName
{
border-color: #77ECC5;
}
</style>