Shades of Medium Aquamarine #76EAA3
Tints of Medium Aquamarine #76EAA3
RGB
CMYK
RGB Variations
Color information
#76EAA3 (or 0x76EAA3) is known color: Medium Aquamarine. HEX triplet: 76, EA and A3. RGB value is (118,234,163). Sum of RGB (Red+Green+Blue) = 118+234+163=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #76EAA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EAA3 is #89155C. Grayscale: #BFBFBF. Windows color (decimal): -8983901 or 10742390. OLE color: 10742390.
HSL color Cylindrical-coordinate representation of color #76EAA3: hue angle of 143.28º 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 #76EAA3 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 234 | 163 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.08 |
| HSL | 143.28º | 0.73% | 0.69% | - |
| HSV(B) | 143.28º | 0.5% | 0.92% | - |
| XYZ | 43.5 | 65.34 | 44.97 | - |
| YUV | 191.22 | 112.07 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 234 | 163 | 0.50 | 0 | 0.30 | 0.08 | 143.28 | 0.73 | 0.69 |
| Hex | 76 | EA | A3 | 32 | 0 | 1E | 8 | 8F | 49 | 45 |
| Octal | 166 | 352 | 243 | 62 | 0 | 36 | 10 | 217 | 111 | 105 |
| Binary | 1110110 | 11101010 | 10100011 | 110010 | 0 | 11110 | 1000 | 10001111 | 1001001 | 1000101 |
Color Harmonies of #76EAA3
Complementary color
Monochromatic Colors of #76EAA3
Black with #76EAA3
Text Example
Text Example
White with #76EAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EAA3; }
p { color: rgb(118,234,163); }
H1.HeaderClassName
{
color: #76EAA3;
}
.AnyTagClassName
{
color: #76EAA3;
}
</style>
background-color css
<style>
a { background-color: #76EAA3; }
a { background-color: rgb(118,234,163); }
div.DivClassName
{
background-color: #76EAA3;
}
.BgClassName
{
background-color: #76EAA3;
}
</style>
border-color css
<style>
span { border-color: #76EAA3; }
span { border-color: rgb(118,234,163); }
td.TdClassName
{
border-color: #76EAA3;
}
.TagClassName
{
border-color: #76EAA3;
}
</style>