Shades of Medium Aquamarine #77CAA1
Tints of Medium Aquamarine #77CAA1
RGB
CMYK
RGB Variations
Color information
#77CAA1 (or 0x77CAA1) is known color: Medium Aquamarine. HEX triplet: 77, CA and A1. RGB value is (119,202,161). Sum of RGB (Red+Green+Blue) = 119+202+161=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #77CAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CAA1 is #88355E. Grayscale: #ACACAC. Windows color (decimal): -8926559 or 10603127. OLE color: 10603127.
HSL color Cylindrical-coordinate representation of color #77CAA1: hue angle of 150.36º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CAA1 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 161 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.21 |
| HSL | 150.36º | 0.44% | 0.63% | - |
| HSV(B) | 150.36º | 0.41% | 0.79% | - |
| XYZ | 35.16 | 48.74 | 41.27 | - |
| YUV | 172.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 161 | 0.41 | 0 | 0.20 | 0.21 | 150.36 | 0.44 | 0.63 |
| Hex | 77 | CA | A1 | 29 | 0 | 14 | 15 | 96 | 2C | 3F |
| Octal | 167 | 312 | 241 | 51 | 0 | 24 | 25 | 226 | 54 | 77 |
| Binary | 1110111 | 11001010 | 10100001 | 101001 | 0 | 10100 | 10101 | 10010110 | 101100 | 111111 |
Color Harmonies of #77CAA1
Complementary color
Monochromatic Colors of #77CAA1
Black with #77CAA1
Text Example
Text Example
White with #77CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CAA1; }
p { color: rgb(119,202,161); }
H1.HeaderClassName
{
color: #77CAA1;
}
.AnyTagClassName
{
color: #77CAA1;
}
</style>
background-color css
<style>
a { background-color: #77CAA1; }
a { background-color: rgb(119,202,161); }
div.DivClassName
{
background-color: #77CAA1;
}
.BgClassName
{
background-color: #77CAA1;
}
</style>
border-color css
<style>
span { border-color: #77CAA1; }
span { border-color: rgb(119,202,161); }
td.TdClassName
{
border-color: #77CAA1;
}
.TagClassName
{
border-color: #77CAA1;
}
</style>