Shades of Medium Aquamarine #76E2A2
Tints of Medium Aquamarine #76E2A2
RGB
CMYK
RGB Variations
Color information
#76E2A2 (or 0x76E2A2) is known color: Medium Aquamarine. HEX triplet: 76, E2 and A2. RGB value is (118,226,162). Sum of RGB (Red+Green+Blue) = 118+226+162=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #76E2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E2A2 is #891D5D. Grayscale: #BABABA. Windows color (decimal): -8985950 or 10674806. OLE color: 10674806.
HSL color Cylindrical-coordinate representation of color #76E2A2: hue angle of 144.44º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E2A2 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 226 | 162 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.11 |
| HSL | 144.44º | 0.65% | 0.67% | - |
| HSV(B) | 144.44º | 0.48% | 0.89% | - |
| XYZ | 41.19 | 60.85 | 43.76 | - |
| YUV | 186.41 | 114.22 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 226 | 162 | 0.48 | 0 | 0.28 | 0.11 | 144.44 | 0.65 | 0.67 |
| Hex | 76 | E2 | A2 | 30 | 0 | 1C | B | 90 | 41 | 43 |
| Octal | 166 | 342 | 242 | 60 | 0 | 34 | 13 | 220 | 101 | 103 |
| Binary | 1110110 | 11100010 | 10100010 | 110000 | 0 | 11100 | 1011 | 10010000 | 1000001 | 1000011 |
Color Harmonies of #76E2A2
Complementary color
Monochromatic Colors of #76E2A2
Black with #76E2A2
Text Example
Text Example
White with #76E2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E2A2; }
p { color: rgb(118,226,162); }
H1.HeaderClassName
{
color: #76E2A2;
}
.AnyTagClassName
{
color: #76E2A2;
}
</style>
background-color css
<style>
a { background-color: #76E2A2; }
a { background-color: rgb(118,226,162); }
div.DivClassName
{
background-color: #76E2A2;
}
.BgClassName
{
background-color: #76E2A2;
}
</style>
border-color css
<style>
span { border-color: #76E2A2; }
span { border-color: rgb(118,226,162); }
td.TdClassName
{
border-color: #76E2A2;
}
.TagClassName
{
border-color: #76E2A2;
}
</style>