Shades of Medium Aquamarine #77CCAB
Tints of Medium Aquamarine #77CCAB
RGB
CMYK
RGB Variations
Color information
#77CCAB (or 0x77CCAB) is known color: Medium Aquamarine. HEX triplet: 77, CC and AB. RGB value is (119,204,171). Sum of RGB (Red+Green+Blue) = 119+204+171=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #77CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CCAB is #883354. Grayscale: #AEAEAE. Windows color (decimal): -8926037 or 11258999. OLE color: 11258999.
HSL color Cylindrical-coordinate representation of color #77CCAB: hue angle of 156.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CCAB is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 171 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.2 |
| HSL | 156.71º | 0.45% | 0.63% | - |
| HSV(B) | 156.71º | 0.42% | 0.8% | - |
| XYZ | 36.55 | 50.05 | 46.26 | - |
| YUV | 174.82 | 125.84 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 171 | 0.42 | 0 | 0.16 | 0.2 | 156.71 | 0.45 | 0.63 |
| Hex | 77 | CC | AB | 2A | 0 | 10 | 14 | 9D | 2D | 3F |
| Octal | 167 | 314 | 253 | 52 | 0 | 20 | 24 | 235 | 55 | 77 |
| Binary | 1110111 | 11001100 | 10101011 | 101010 | 0 | 10000 | 10100 | 10011101 | 101101 | 111111 |
Color Harmonies of #77CCAB
Complementary color
Monochromatic Colors of #77CCAB
Black with #77CCAB
Text Example
Text Example
White with #77CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCAB; }
p { color: rgb(119,204,171); }
H1.HeaderClassName
{
color: #77CCAB;
}
.AnyTagClassName
{
color: #77CCAB;
}
</style>
background-color css
<style>
a { background-color: #77CCAB; }
a { background-color: rgb(119,204,171); }
div.DivClassName
{
background-color: #77CCAB;
}
.BgClassName
{
background-color: #77CCAB;
}
</style>
border-color css
<style>
span { border-color: #77CCAB; }
span { border-color: rgb(119,204,171); }
td.TdClassName
{
border-color: #77CCAB;
}
.TagClassName
{
border-color: #77CCAB;
}
</style>