Shades of Medium Aquamarine #77D8A9
Tints of Medium Aquamarine #77D8A9
RGB
CMYK
RGB Variations
Color information
#77D8A9 (or 0x77D8A9) is known color: Medium Aquamarine. HEX triplet: 77, D8 and A9. RGB value is (119,216,169). Sum of RGB (Red+Green+Blue) = 119+216+169=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #77D8A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D8A9 is #882756. Grayscale: #B5B5B5. Windows color (decimal): -8922967 or 11130999. OLE color: 11130999.
HSL color Cylindrical-coordinate representation of color #77D8A9: hue angle of 150.93º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D8A9 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 216 | 169 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.15 |
| HSL | 150.93º | 0.55% | 0.66% | - |
| HSV(B) | 150.93º | 0.45% | 0.85% | - |
| XYZ | 39.33 | 55.9 | 46.25 | - |
| YUV | 181.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 216 | 169 | 0.45 | 0 | 0.22 | 0.15 | 150.93 | 0.55 | 0.66 |
| Hex | 77 | D8 | A9 | 2D | 0 | 16 | F | 97 | 37 | 42 |
| Octal | 167 | 330 | 251 | 55 | 0 | 26 | 17 | 227 | 67 | 102 |
| Binary | 1110111 | 11011000 | 10101001 | 101101 | 0 | 10110 | 1111 | 10010111 | 110111 | 1000010 |
Color Harmonies of #77D8A9
Complementary color
Monochromatic Colors of #77D8A9
Black with #77D8A9
Text Example
Text Example
White with #77D8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D8A9; }
p { color: rgb(119,216,169); }
H1.HeaderClassName
{
color: #77D8A9;
}
.AnyTagClassName
{
color: #77D8A9;
}
</style>
background-color css
<style>
a { background-color: #77D8A9; }
a { background-color: rgb(119,216,169); }
div.DivClassName
{
background-color: #77D8A9;
}
.BgClassName
{
background-color: #77D8A9;
}
</style>
border-color css
<style>
span { border-color: #77D8A9; }
span { border-color: rgb(119,216,169); }
td.TdClassName
{
border-color: #77D8A9;
}
.TagClassName
{
border-color: #77D8A9;
}
</style>