Shades of Medium Aquamarine #76EAA6
Tints of Medium Aquamarine #76EAA6
RGB
CMYK
RGB Variations
Color information
#76EAA6 (or 0x76EAA6) is known color: Medium Aquamarine. HEX triplet: 76, EA and A6. RGB value is (118,234,166). Sum of RGB (Red+Green+Blue) = 118+234+166=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #76EAA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EAA6 is #891559. Grayscale: #BFBFBF. Windows color (decimal): -8983898 or 10938998. OLE color: 10938998.
HSL color Cylindrical-coordinate representation of color #76EAA6: hue angle of 144.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EAA6 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 234 | 166 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.08 |
| HSL | 144.83º | 0.73% | 0.69% | - |
| HSV(B) | 144.83º | 0.5% | 0.92% | - |
| XYZ | 43.78 | 65.45 | 46.4 | - |
| YUV | 191.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 234 | 166 | 0.50 | 0 | 0.29 | 0.08 | 144.83 | 0.73 | 0.69 |
| Hex | 76 | EA | A6 | 32 | 0 | 1D | 8 | 91 | 49 | 45 |
| Octal | 166 | 352 | 246 | 62 | 0 | 35 | 10 | 221 | 111 | 105 |
| Binary | 1110110 | 11101010 | 10100110 | 110010 | 0 | 11101 | 1000 | 10010001 | 1001001 | 1000101 |
Color Harmonies of #76EAA6
Complementary color
Monochromatic Colors of #76EAA6
Black with #76EAA6
Text Example
Text Example
White with #76EAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EAA6; }
p { color: rgb(118,234,166); }
H1.HeaderClassName
{
color: #76EAA6;
}
.AnyTagClassName
{
color: #76EAA6;
}
</style>
background-color css
<style>
a { background-color: #76EAA6; }
a { background-color: rgb(118,234,166); }
div.DivClassName
{
background-color: #76EAA6;
}
.BgClassName
{
background-color: #76EAA6;
}
</style>
border-color css
<style>
span { border-color: #76EAA6; }
span { border-color: rgb(118,234,166); }
td.TdClassName
{
border-color: #76EAA6;
}
.TagClassName
{
border-color: #76EAA6;
}
</style>