Shades of Medium Aquamarine #76E7A2
Tints of Medium Aquamarine #76E7A2
RGB
CMYK
RGB Variations
Color information
#76E7A2 (or 0x76E7A2) is known color: Medium Aquamarine. HEX triplet: 76, E7 and A2. RGB value is (118,231,162). Sum of RGB (Red+Green+Blue) = 118+231+162=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #76E7A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76E7A2 is #89185D. Grayscale: #BDBDBD. Windows color (decimal): -8984670 or 10676086. OLE color: 10676086.
HSL color Cylindrical-coordinate representation of color #76E7A2: hue angle of 143.36º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E7A2 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 231 | 162 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.09 |
| HSL | 143.36º | 0.7% | 0.68% | - |
| HSV(B) | 143.36º | 0.49% | 0.91% | - |
| XYZ | 42.57 | 63.61 | 44.22 | - |
| YUV | 189.35 | 112.56 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 231 | 162 | 0.49 | 0 | 0.30 | 0.09 | 143.36 | 0.7 | 0.68 |
| Hex | 76 | E7 | A2 | 31 | 0 | 1E | 9 | 8F | 46 | 44 |
| Octal | 166 | 347 | 242 | 61 | 0 | 36 | 11 | 217 | 106 | 104 |
| Binary | 1110110 | 11100111 | 10100010 | 110001 | 0 | 11110 | 1001 | 10001111 | 1000110 | 1000100 |
Color Harmonies of #76E7A2
Complementary color
Monochromatic Colors of #76E7A2
Black with #76E7A2
Text Example
Text Example
White with #76E7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E7A2; }
p { color: rgb(118,231,162); }
H1.HeaderClassName
{
color: #76E7A2;
}
.AnyTagClassName
{
color: #76E7A2;
}
</style>
background-color css
<style>
a { background-color: #76E7A2; }
a { background-color: rgb(118,231,162); }
div.DivClassName
{
background-color: #76E7A2;
}
.BgClassName
{
background-color: #76E7A2;
}
</style>
border-color css
<style>
span { border-color: #76E7A2; }
span { border-color: rgb(118,231,162); }
td.TdClassName
{
border-color: #76E7A2;
}
.TagClassName
{
border-color: #76E7A2;
}
</style>