Shades of Medium Aquamarine #77E3AC
Tints of Medium Aquamarine #77E3AC
RGB
CMYK
RGB Variations
Color information
#77E3AC (or 0x77E3AC) is known color: Medium Aquamarine. HEX triplet: 77, E3 and AC. RGB value is (119,227,172). Sum of RGB (Red+Green+Blue) = 119+227+172=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #77E3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77E3AC is #881C53. Grayscale: #BCBCBC. Windows color (decimal): -8920148 or 11330423. OLE color: 11330423.
HSL color Cylindrical-coordinate representation of color #77E3AC: hue angle of 149.44º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E3AC is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 227 | 172 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.11 |
| HSL | 149.44º | 0.66% | 0.68% | - |
| HSV(B) | 149.44º | 0.48% | 0.89% | - |
| XYZ | 42.52 | 61.84 | 48.72 | - |
| YUV | 188.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 227 | 172 | 0.48 | 0 | 0.24 | 0.11 | 149.44 | 0.66 | 0.68 |
| Hex | 77 | E3 | AC | 30 | 0 | 18 | B | 95 | 42 | 44 |
| Octal | 167 | 343 | 254 | 60 | 0 | 30 | 13 | 225 | 102 | 104 |
| Binary | 1110111 | 11100011 | 10101100 | 110000 | 0 | 11000 | 1011 | 10010101 | 1000010 | 1000100 |
Color Harmonies of #77E3AC
Complementary color
Monochromatic Colors of #77E3AC
Black with #77E3AC
Text Example
Text Example
White with #77E3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E3AC; }
p { color: rgb(119,227,172); }
H1.HeaderClassName
{
color: #77E3AC;
}
.AnyTagClassName
{
color: #77E3AC;
}
</style>
background-color css
<style>
a { background-color: #77E3AC; }
a { background-color: rgb(119,227,172); }
div.DivClassName
{
background-color: #77E3AC;
}
.BgClassName
{
background-color: #77E3AC;
}
</style>
border-color css
<style>
span { border-color: #77E3AC; }
span { border-color: rgb(119,227,172); }
td.TdClassName
{
border-color: #77E3AC;
}
.TagClassName
{
border-color: #77E3AC;
}
</style>