Shades of Medium Aquamarine #77D8A1
Tints of Medium Aquamarine #77D8A1
RGB
CMYK
RGB Variations
Color information
#77D8A1 (or 0x77D8A1) is known color: Medium Aquamarine. HEX triplet: 77, D8 and A1. RGB value is (119,216,161). Sum of RGB (Red+Green+Blue) = 119+216+161=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #77D8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D8A1 is #88275E. Grayscale: #B4B4B4. Windows color (decimal): -8922975 or 10606711. OLE color: 10606711.
HSL color Cylindrical-coordinate representation of color #77D8A1: hue angle of 145.98º 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 #77D8A1 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 216 | 161 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.15 |
| HSL | 145.98º | 0.55% | 0.66% | - |
| HSV(B) | 145.98º | 0.45% | 0.85% | - |
| XYZ | 38.6 | 55.61 | 42.42 | - |
| YUV | 180.73 | 116.86 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 216 | 161 | 0.45 | 0 | 0.25 | 0.15 | 145.98 | 0.55 | 0.66 |
| Hex | 77 | D8 | A1 | 2D | 0 | 19 | F | 92 | 37 | 42 |
| Octal | 167 | 330 | 241 | 55 | 0 | 31 | 17 | 222 | 67 | 102 |
| Binary | 1110111 | 11011000 | 10100001 | 101101 | 0 | 11001 | 1111 | 10010010 | 110111 | 1000010 |
Color Harmonies of #77D8A1
Complementary color
Monochromatic Colors of #77D8A1
Black with #77D8A1
Text Example
Text Example
White with #77D8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D8A1; }
p { color: rgb(119,216,161); }
H1.HeaderClassName
{
color: #77D8A1;
}
.AnyTagClassName
{
color: #77D8A1;
}
</style>
background-color css
<style>
a { background-color: #77D8A1; }
a { background-color: rgb(119,216,161); }
div.DivClassName
{
background-color: #77D8A1;
}
.BgClassName
{
background-color: #77D8A1;
}
</style>
border-color css
<style>
span { border-color: #77D8A1; }
span { border-color: rgb(119,216,161); }
td.TdClassName
{
border-color: #77D8A1;
}
.TagClassName
{
border-color: #77D8A1;
}
</style>