Shades of Medium Aquamarine #77E9AC
Tints of Medium Aquamarine #77E9AC
RGB
CMYK
RGB Variations
Color information
#77E9AC (or 0x77E9AC) is known color: Medium Aquamarine. HEX triplet: 77, E9 and AC. RGB value is (119,233,172). Sum of RGB (Red+Green+Blue) = 119+233+172=524 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.71% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #77E9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77E9AC is #881653. Grayscale: #C0C0C0. Windows color (decimal): -8918612 or 11331959. OLE color: 11331959.
HSL color Cylindrical-coordinate representation of color #77E9AC: hue angle of 147.89º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77E9AC is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 233 | 172 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.09 |
| HSL | 147.89º | 0.72% | 0.69% | - |
| HSV(B) | 147.89º | 0.49% | 0.91% | - |
| XYZ | 44.19 | 65.18 | 49.28 | - |
| YUV | 191.96 | 116.73 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 233 | 172 | 0.49 | 0 | 0.26 | 0.09 | 147.89 | 0.72 | 0.69 |
| Hex | 77 | E9 | AC | 31 | 0 | 1A | 9 | 94 | 48 | 45 |
| Octal | 167 | 351 | 254 | 61 | 0 | 32 | 11 | 224 | 110 | 105 |
| Binary | 1110111 | 11101001 | 10101100 | 110001 | 0 | 11010 | 1001 | 10010100 | 1001000 | 1000101 |
Color Harmonies of #77E9AC
Complementary color
Monochromatic Colors of #77E9AC
Black with #77E9AC
Text Example
Text Example
White with #77E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E9AC; }
p { color: rgb(119,233,172); }
H1.HeaderClassName
{
color: #77E9AC;
}
.AnyTagClassName
{
color: #77E9AC;
}
</style>
background-color css
<style>
a { background-color: #77E9AC; }
a { background-color: rgb(119,233,172); }
div.DivClassName
{
background-color: #77E9AC;
}
.BgClassName
{
background-color: #77E9AC;
}
</style>
border-color css
<style>
span { border-color: #77E9AC; }
span { border-color: rgb(119,233,172); }
td.TdClassName
{
border-color: #77E9AC;
}
.TagClassName
{
border-color: #77E9AC;
}
</style>