Shades of Medium Aquamarine #77CCA1
Tints of Medium Aquamarine #77CCA1
RGB
CMYK
RGB Variations
Color information
#77CCA1 (or 0x77CCA1) is known color: Medium Aquamarine. HEX triplet: 77, CC and A1. RGB value is (119,204,161). Sum of RGB (Red+Green+Blue) = 119+204+161=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #77CCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CCA1 is #88335E. Grayscale: #ADADAD. Windows color (decimal): -8926047 or 10603639. OLE color: 10603639.
HSL color Cylindrical-coordinate representation of color #77CCA1: hue angle of 149.65º 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 #77CCA1 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 161 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.2 |
| HSL | 149.65º | 0.45% | 0.63% | - |
| HSV(B) | 149.65º | 0.42% | 0.8% | - |
| XYZ | 35.63 | 49.68 | 41.43 | - |
| YUV | 173.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 161 | 0.42 | 0 | 0.21 | 0.2 | 149.65 | 0.45 | 0.63 |
| Hex | 77 | CC | A1 | 2A | 0 | 15 | 14 | 96 | 2D | 3F |
| Octal | 167 | 314 | 241 | 52 | 0 | 25 | 24 | 226 | 55 | 77 |
| Binary | 1110111 | 11001100 | 10100001 | 101010 | 0 | 10101 | 10100 | 10010110 | 101101 | 111111 |
Color Harmonies of #77CCA1
Complementary color
Monochromatic Colors of #77CCA1
Black with #77CCA1
Text Example
Text Example
White with #77CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCA1; }
p { color: rgb(119,204,161); }
H1.HeaderClassName
{
color: #77CCA1;
}
.AnyTagClassName
{
color: #77CCA1;
}
</style>
background-color css
<style>
a { background-color: #77CCA1; }
a { background-color: rgb(119,204,161); }
div.DivClassName
{
background-color: #77CCA1;
}
.BgClassName
{
background-color: #77CCA1;
}
</style>
border-color css
<style>
span { border-color: #77CCA1; }
span { border-color: rgb(119,204,161); }
td.TdClassName
{
border-color: #77CCA1;
}
.TagClassName
{
border-color: #77CCA1;
}
</style>