Shades of Medium Aquamarine #76D0A2
Tints of Medium Aquamarine #76D0A2
RGB
CMYK
RGB Variations
Color information
#76D0A2 (or 0x76D0A2) is known color: Medium Aquamarine. HEX triplet: 76, D0 and A2. RGB value is (118,208,162). Sum of RGB (Red+Green+Blue) = 118+208+162=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #76D0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D0A2 is #892F5D. Grayscale: #AFAFAF. Windows color (decimal): -8990558 or 10670198. OLE color: 10670198.
HSL color Cylindrical-coordinate representation of color #76D0A2: hue angle of 149.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D0A2 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 162 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.18 |
| HSL | 149.33º | 0.49% | 0.64% | - |
| HSV(B) | 149.33º | 0.43% | 0.82% | - |
| XYZ | 36.55 | 51.57 | 42.21 | - |
| YUV | 175.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 162 | 0.43 | 0 | 0.22 | 0.18 | 149.33 | 0.49 | 0.64 |
| Hex | 76 | D0 | A2 | 2B | 0 | 16 | 12 | 95 | 31 | 40 |
| Octal | 166 | 320 | 242 | 53 | 0 | 26 | 22 | 225 | 61 | 100 |
| Binary | 1110110 | 11010000 | 10100010 | 101011 | 0 | 10110 | 10010 | 10010101 | 110001 | 1000000 |
Color Harmonies of #76D0A2
Complementary color
Monochromatic Colors of #76D0A2
Black with #76D0A2
Text Example
Text Example
White with #76D0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D0A2; }
p { color: rgb(118,208,162); }
H1.HeaderClassName
{
color: #76D0A2;
}
.AnyTagClassName
{
color: #76D0A2;
}
</style>
background-color css
<style>
a { background-color: #76D0A2; }
a { background-color: rgb(118,208,162); }
div.DivClassName
{
background-color: #76D0A2;
}
.BgClassName
{
background-color: #76D0A2;
}
</style>
border-color css
<style>
span { border-color: #76D0A2; }
span { border-color: rgb(118,208,162); }
td.TdClassName
{
border-color: #76D0A2;
}
.TagClassName
{
border-color: #76D0A2;
}
</style>