Shades of Medium Aquamarine #77DDA9
Tints of Medium Aquamarine #77DDA9
RGB
CMYK
RGB Variations
Color information
#77DDA9 (or 0x77DDA9) is known color: Medium Aquamarine. HEX triplet: 77, DD and A9. RGB value is (119,221,169). Sum of RGB (Red+Green+Blue) = 119+221+169=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DDA9 is #882256. Grayscale: #B8B8B8. Windows color (decimal): -8921687 or 11132279. OLE color: 11132279.
HSL color Cylindrical-coordinate representation of color #77DDA9: hue angle of 149.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDA9 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 169 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.13 |
| HSL | 149.41º | 0.6% | 0.67% | - |
| HSV(B) | 149.41º | 0.46% | 0.87% | - |
| XYZ | 40.63 | 58.5 | 46.69 | - |
| YUV | 184.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 169 | 0.46 | 0 | 0.24 | 0.13 | 149.41 | 0.6 | 0.67 |
| Hex | 77 | DD | A9 | 2E | 0 | 18 | D | 95 | 3C | 43 |
| Octal | 167 | 335 | 251 | 56 | 0 | 30 | 15 | 225 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10101001 | 101110 | 0 | 11000 | 1101 | 10010101 | 111100 | 1000011 |
Color Harmonies of #77DDA9
Complementary color
Monochromatic Colors of #77DDA9
Black with #77DDA9
Text Example
Text Example
White with #77DDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDA9; }
p { color: rgb(119,221,169); }
H1.HeaderClassName
{
color: #77DDA9;
}
.AnyTagClassName
{
color: #77DDA9;
}
</style>
background-color css
<style>
a { background-color: #77DDA9; }
a { background-color: rgb(119,221,169); }
div.DivClassName
{
background-color: #77DDA9;
}
.BgClassName
{
background-color: #77DDA9;
}
</style>
border-color css
<style>
span { border-color: #77DDA9; }
span { border-color: rgb(119,221,169); }
td.TdClassName
{
border-color: #77DDA9;
}
.TagClassName
{
border-color: #77DDA9;
}
</style>