Shades of Medium Aquamarine #76D1AB
Tints of Medium Aquamarine #76D1AB
RGB
CMYK
RGB Variations
Color information
#76D1AB (or 0x76D1AB) is known color: Medium Aquamarine. HEX triplet: 76, D1 and AB. RGB value is (118,209,171). Sum of RGB (Red+Green+Blue) = 118+209+171=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #76D1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D1AB is #892E54. Grayscale: #B1B1B1. Windows color (decimal): -8990293 or 11260278. OLE color: 11260278.
HSL color Cylindrical-coordinate representation of color #76D1AB: hue angle of 154.95º 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 #76D1AB is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 209 | 171 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.18 |
| HSL | 154.95º | 0.5% | 0.64% | - |
| HSV(B) | 154.95º | 0.44% | 0.82% | - |
| XYZ | 37.62 | 52.39 | 46.66 | - |
| YUV | 177.46 | 124.35 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 209 | 171 | 0.44 | 0 | 0.18 | 0.18 | 154.95 | 0.5 | 0.64 |
| Hex | 76 | D1 | AB | 2C | 0 | 12 | 12 | 9B | 32 | 40 |
| Octal | 166 | 321 | 253 | 54 | 0 | 22 | 22 | 233 | 62 | 100 |
| Binary | 1110110 | 11010001 | 10101011 | 101100 | 0 | 10010 | 10010 | 10011011 | 110010 | 1000000 |
Color Harmonies of #76D1AB
Complementary color
Monochromatic Colors of #76D1AB
Black with #76D1AB
Text Example
Text Example
White with #76D1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D1AB; }
p { color: rgb(118,209,171); }
H1.HeaderClassName
{
color: #76D1AB;
}
.AnyTagClassName
{
color: #76D1AB;
}
</style>
background-color css
<style>
a { background-color: #76D1AB; }
a { background-color: rgb(118,209,171); }
div.DivClassName
{
background-color: #76D1AB;
}
.BgClassName
{
background-color: #76D1AB;
}
</style>
border-color css
<style>
span { border-color: #76D1AB; }
span { border-color: rgb(118,209,171); }
td.TdClassName
{
border-color: #76D1AB;
}
.TagClassName
{
border-color: #76D1AB;
}
</style>