Shades of Medium Aquamarine #77DCA9
Tints of Medium Aquamarine #77DCA9
RGB
CMYK
RGB Variations
Color information
#77DCA9 (or 0x77DCA9) is known color: Medium Aquamarine. HEX triplet: 77, DC and A9. RGB value is (119,220,169). Sum of RGB (Red+Green+Blue) = 119+220+169=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DCA9 is #882356. Grayscale: #B8B8B8. Windows color (decimal): -8921943 or 11132023. OLE color: 11132023.
HSL color Cylindrical-coordinate representation of color #77DCA9: hue angle of 149.7º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DCA9 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 220 | 169 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.14 |
| HSL | 149.7º | 0.59% | 0.66% | - |
| HSV(B) | 149.7º | 0.46% | 0.86% | - |
| XYZ | 40.36 | 57.97 | 46.6 | - |
| YUV | 183.99 | 119.54 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 220 | 169 | 0.46 | 0 | 0.23 | 0.14 | 149.7 | 0.59 | 0.66 |
| Hex | 77 | DC | A9 | 2E | 0 | 17 | E | 96 | 3B | 42 |
| Octal | 167 | 334 | 251 | 56 | 0 | 27 | 16 | 226 | 73 | 102 |
| Binary | 1110111 | 11011100 | 10101001 | 101110 | 0 | 10111 | 1110 | 10010110 | 111011 | 1000010 |
Color Harmonies of #77DCA9
Complementary color
Monochromatic Colors of #77DCA9
Black with #77DCA9
Text Example
Text Example
White with #77DCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DCA9; }
p { color: rgb(119,220,169); }
H1.HeaderClassName
{
color: #77DCA9;
}
.AnyTagClassName
{
color: #77DCA9;
}
</style>
background-color css
<style>
a { background-color: #77DCA9; }
a { background-color: rgb(119,220,169); }
div.DivClassName
{
background-color: #77DCA9;
}
.BgClassName
{
background-color: #77DCA9;
}
</style>
border-color css
<style>
span { border-color: #77DCA9; }
span { border-color: rgb(119,220,169); }
td.TdClassName
{
border-color: #77DCA9;
}
.TagClassName
{
border-color: #77DCA9;
}
</style>