Shades of Medium Aquamarine #76E6AC
Tints of Medium Aquamarine #76E6AC
RGB
CMYK
RGB Variations
Color information
#76E6AC (or 0x76E6AC) is known color: Medium Aquamarine. HEX triplet: 76, E6 and AC. RGB value is (118,230,172). Sum of RGB (Red+Green+Blue) = 118+230+172=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76E6AC is #891953. Grayscale: #BEBEBE. Windows color (decimal): -8984916 or 11331190. OLE color: 11331190.
HSL color Cylindrical-coordinate representation of color #76E6AC: hue angle of 148.93º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E6AC is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 230 | 172 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.10 |
| HSL | 148.93º | 0.69% | 0.68% | - |
| HSV(B) | 148.93º | 0.49% | 0.9% | - |
| XYZ | 43.21 | 63.42 | 48.99 | - |
| YUV | 189.9 | 117.89 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 230 | 172 | 0.49 | 0 | 0.25 | 0.10 | 148.93 | 0.69 | 0.68 |
| Hex | 76 | E6 | AC | 31 | 0 | 19 | A | 95 | 45 | 44 |
| Octal | 166 | 346 | 254 | 61 | 0 | 31 | 12 | 225 | 105 | 104 |
| Binary | 1110110 | 11100110 | 10101100 | 110001 | 0 | 11001 | 1010 | 10010101 | 1000101 | 1000100 |
Color Harmonies of #76E6AC
Complementary color
Monochromatic Colors of #76E6AC
Black with #76E6AC
Text Example
Text Example
White with #76E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E6AC; }
p { color: rgb(118,230,172); }
H1.HeaderClassName
{
color: #76E6AC;
}
.AnyTagClassName
{
color: #76E6AC;
}
</style>
background-color css
<style>
a { background-color: #76E6AC; }
a { background-color: rgb(118,230,172); }
div.DivClassName
{
background-color: #76E6AC;
}
.BgClassName
{
background-color: #76E6AC;
}
</style>
border-color css
<style>
span { border-color: #76E6AC; }
span { border-color: rgb(118,230,172); }
td.TdClassName
{
border-color: #76E6AC;
}
.TagClassName
{
border-color: #76E6AC;
}
</style>