Shades of Medium Aquamarine #77C0A2
Tints of Medium Aquamarine #77C0A2
RGB
CMYK
RGB Variations
Color information
#77C0A2 (or 0x77C0A2) is known color: Medium Aquamarine. HEX triplet: 77, C0 and A2. RGB value is (119,192,162). Sum of RGB (Red+Green+Blue) = 119+192+162=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C0A2 is #883F5D. Grayscale: #A6A6A6. Windows color (decimal): -8929118 or 10666103. OLE color: 10666103.
HSL color Cylindrical-coordinate representation of color #77C0A2: hue angle of 155.34º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C0A2 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 162 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.25 |
| HSL | 155.34º | 0.37% | 0.61% | - |
| HSV(B) | 155.34º | 0.38% | 0.75% | - |
| XYZ | 32.98 | 44.23 | 40.98 | - |
| YUV | 166.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 162 | 0.38 | 0 | 0.16 | 0.25 | 155.34 | 0.37 | 0.61 |
| Hex | 77 | C0 | A2 | 26 | 0 | 10 | 19 | 9B | 25 | 3D |
| Octal | 167 | 300 | 242 | 46 | 0 | 20 | 31 | 233 | 45 | 75 |
| Binary | 1110111 | 11000000 | 10100010 | 100110 | 0 | 10000 | 11001 | 10011011 | 100101 | 111101 |
Color Harmonies of #77C0A2
Complementary color
Monochromatic Colors of #77C0A2
Black with #77C0A2
Text Example
Text Example
White with #77C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0A2; }
p { color: rgb(119,192,162); }
H1.HeaderClassName
{
color: #77C0A2;
}
.AnyTagClassName
{
color: #77C0A2;
}
</style>
background-color css
<style>
a { background-color: #77C0A2; }
a { background-color: rgb(119,192,162); }
div.DivClassName
{
background-color: #77C0A2;
}
.BgClassName
{
background-color: #77C0A2;
}
</style>
border-color css
<style>
span { border-color: #77C0A2; }
span { border-color: rgb(119,192,162); }
td.TdClassName
{
border-color: #77C0A2;
}
.TagClassName
{
border-color: #77C0A2;
}
</style>