Shades of Medium Aquamarine #76D1A0
Tints of Medium Aquamarine #76D1A0
RGB
CMYK
RGB Variations
Color information
#76D1A0 (or 0x76D1A0) is known color: Medium Aquamarine. HEX triplet: 76, D1 and A0. RGB value is (118,209,160). Sum of RGB (Red+Green+Blue) = 118+209+160=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #76D1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D1A0 is #892E5F. Grayscale: #B0B0B0. Windows color (decimal): -8990304 or 10539382. OLE color: 10539382.
HSL color Cylindrical-coordinate representation of color #76D1A0: hue angle of 147.69º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D1A0 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 209 | 160 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.18 |
| HSL | 147.69º | 0.5% | 0.64% | - |
| HSV(B) | 147.69º | 0.44% | 0.82% | - |
| XYZ | 36.62 | 51.99 | 41.36 | - |
| YUV | 176.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 209 | 160 | 0.44 | 0 | 0.23 | 0.18 | 147.69 | 0.5 | 0.64 |
| Hex | 76 | D1 | A0 | 2C | 0 | 17 | 12 | 94 | 32 | 40 |
| Octal | 166 | 321 | 240 | 54 | 0 | 27 | 22 | 224 | 62 | 100 |
| Binary | 1110110 | 11010001 | 10100000 | 101100 | 0 | 10111 | 10010 | 10010100 | 110010 | 1000000 |
Color Harmonies of #76D1A0
Complementary color
Monochromatic Colors of #76D1A0
Black with #76D1A0
Text Example
Text Example
White with #76D1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D1A0; }
p { color: rgb(118,209,160); }
H1.HeaderClassName
{
color: #76D1A0;
}
.AnyTagClassName
{
color: #76D1A0;
}
</style>
background-color css
<style>
a { background-color: #76D1A0; }
a { background-color: rgb(118,209,160); }
div.DivClassName
{
background-color: #76D1A0;
}
.BgClassName
{
background-color: #76D1A0;
}
</style>
border-color css
<style>
span { border-color: #76D1A0; }
span { border-color: rgb(118,209,160); }
td.TdClassName
{
border-color: #76D1A0;
}
.TagClassName
{
border-color: #76D1A0;
}
</style>