Shades of Medium Aquamarine #76D2AC
Tints of Medium Aquamarine #76D2AC
RGB
CMYK
RGB Variations
Color information
#76D2AC (or 0x76D2AC) is known color: Medium Aquamarine. HEX triplet: 76, D2 and AC. RGB value is (118,210,172). Sum of RGB (Red+Green+Blue) = 118+210+172=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #76D2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D2AC is #892D53. Grayscale: #B2B2B2. Windows color (decimal): -8990036 or 11326070. OLE color: 11326070.
HSL color Cylindrical-coordinate representation of color #76D2AC: hue angle of 155.22º degrees, saturation: 0.51, 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 #76D2AC is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 172 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.18 |
| HSL | 155.22º | 0.51% | 0.64% | - |
| HSV(B) | 155.22º | 0.44% | 0.82% | - |
| XYZ | 37.96 | 52.92 | 47.24 | - |
| YUV | 178.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 172 | 0.44 | 0 | 0.18 | 0.18 | 155.22 | 0.51 | 0.64 |
| Hex | 76 | D2 | AC | 2C | 0 | 12 | 12 | 9B | 33 | 40 |
| Octal | 166 | 322 | 254 | 54 | 0 | 22 | 22 | 233 | 63 | 100 |
| Binary | 1110110 | 11010010 | 10101100 | 101100 | 0 | 10010 | 10010 | 10011011 | 110011 | 1000000 |
Color Harmonies of #76D2AC
Complementary color
Monochromatic Colors of #76D2AC
Black with #76D2AC
Text Example
Text Example
White with #76D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D2AC; }
p { color: rgb(118,210,172); }
H1.HeaderClassName
{
color: #76D2AC;
}
.AnyTagClassName
{
color: #76D2AC;
}
</style>
background-color css
<style>
a { background-color: #76D2AC; }
a { background-color: rgb(118,210,172); }
div.DivClassName
{
background-color: #76D2AC;
}
.BgClassName
{
background-color: #76D2AC;
}
</style>
border-color css
<style>
span { border-color: #76D2AC; }
span { border-color: rgb(118,210,172); }
td.TdClassName
{
border-color: #76D2AC;
}
.TagClassName
{
border-color: #76D2AC;
}
</style>