Shades of Medium Aquamarine #76D4AC
Tints of Medium Aquamarine #76D4AC
RGB
CMYK
RGB Variations
Color information
#76D4AC (or 0x76D4AC) is known color: Medium Aquamarine. HEX triplet: 76, D4 and AC. RGB value is (118,212,172). Sum of RGB (Red+Green+Blue) = 118+212+172=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #76D4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D4AC is #892B53. Grayscale: #B3B3B3. Windows color (decimal): -8989524 or 11326582. OLE color: 11326582.
HSL color Cylindrical-coordinate representation of color #76D4AC: hue angle of 154.47º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D4AC is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 212 | 172 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.17 |
| HSL | 154.47º | 0.52% | 0.65% | - |
| HSV(B) | 154.47º | 0.44% | 0.83% | - |
| XYZ | 38.46 | 53.92 | 47.41 | - |
| YUV | 179.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 212 | 172 | 0.44 | 0 | 0.19 | 0.17 | 154.47 | 0.52 | 0.65 |
| Hex | 76 | D4 | AC | 2C | 0 | 13 | 11 | 9A | 34 | 41 |
| Octal | 166 | 324 | 254 | 54 | 0 | 23 | 21 | 232 | 64 | 101 |
| Binary | 1110110 | 11010100 | 10101100 | 101100 | 0 | 10011 | 10001 | 10011010 | 110100 | 1000001 |
Color Harmonies of #76D4AC
Complementary color
Monochromatic Colors of #76D4AC
Black with #76D4AC
Text Example
Text Example
White with #76D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D4AC; }
p { color: rgb(118,212,172); }
H1.HeaderClassName
{
color: #76D4AC;
}
.AnyTagClassName
{
color: #76D4AC;
}
</style>
background-color css
<style>
a { background-color: #76D4AC; }
a { background-color: rgb(118,212,172); }
div.DivClassName
{
background-color: #76D4AC;
}
.BgClassName
{
background-color: #76D4AC;
}
</style>
border-color css
<style>
span { border-color: #76D4AC; }
span { border-color: rgb(118,212,172); }
td.TdClassName
{
border-color: #76D4AC;
}
.TagClassName
{
border-color: #76D4AC;
}
</style>