Shades of Medium Aquamarine #77E7A2
Tints of Medium Aquamarine #77E7A2
RGB
CMYK
RGB Variations
Color information
#77E7A2 (or 0x77E7A2) is known color: Medium Aquamarine. HEX triplet: 77, E7 and A2. RGB value is (119,231,162). Sum of RGB (Red+Green+Blue) = 119+231+162=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #77E7A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77E7A2 is #88185D. Grayscale: #BDBDBD. Windows color (decimal): -8919134 or 10676087. OLE color: 10676087.
HSL color Cylindrical-coordinate representation of color #77E7A2: hue angle of 143.04º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E7A2 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 231 | 162 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.09 |
| HSL | 143.04º | 0.7% | 0.69% | - |
| HSV(B) | 143.04º | 0.48% | 0.91% | - |
| XYZ | 42.71 | 63.68 | 44.22 | - |
| YUV | 189.65 | 112.39 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 231 | 162 | 0.48 | 0 | 0.30 | 0.09 | 143.04 | 0.7 | 0.69 |
| Hex | 77 | E7 | A2 | 30 | 0 | 1E | 9 | 8F | 46 | 45 |
| Octal | 167 | 347 | 242 | 60 | 0 | 36 | 11 | 217 | 106 | 105 |
| Binary | 1110111 | 11100111 | 10100010 | 110000 | 0 | 11110 | 1001 | 10001111 | 1000110 | 1000101 |
Color Harmonies of #77E7A2
Complementary color
Monochromatic Colors of #77E7A2
Black with #77E7A2
Text Example
Text Example
White with #77E7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E7A2; }
p { color: rgb(119,231,162); }
H1.HeaderClassName
{
color: #77E7A2;
}
.AnyTagClassName
{
color: #77E7A2;
}
</style>
background-color css
<style>
a { background-color: #77E7A2; }
a { background-color: rgb(119,231,162); }
div.DivClassName
{
background-color: #77E7A2;
}
.BgClassName
{
background-color: #77E7A2;
}
</style>
border-color css
<style>
span { border-color: #77E7A2; }
span { border-color: rgb(119,231,162); }
td.TdClassName
{
border-color: #77E7A2;
}
.TagClassName
{
border-color: #77E7A2;
}
</style>