Shades of Medium Aquamarine #76C8A8
Tints of Medium Aquamarine #76C8A8
RGB
CMYK
RGB Variations
Color information
#76C8A8 (or 0x76C8A8) is known color: Medium Aquamarine. HEX triplet: 76, C8 and A8. RGB value is (118,200,168). Sum of RGB (Red+Green+Blue) = 118+200+168=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #76C8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C8A8 is #893757. Grayscale: #ABABAB. Windows color (decimal): -8992600 or 11061366. OLE color: 11061366.
HSL color Cylindrical-coordinate representation of color #76C8A8: hue angle of 156.59º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C8A8 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 168 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.22 |
| HSL | 156.59º | 0.43% | 0.62% | - |
| HSV(B) | 156.59º | 0.41% | 0.78% | - |
| XYZ | 35.19 | 47.99 | 44.45 | - |
| YUV | 171.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 168 | 0.41 | 0 | 0.16 | 0.22 | 156.59 | 0.43 | 0.62 |
| Hex | 76 | C8 | A8 | 29 | 0 | 10 | 16 | 9D | 2B | 3E |
| Octal | 166 | 310 | 250 | 51 | 0 | 20 | 26 | 235 | 53 | 76 |
| Binary | 1110110 | 11001000 | 10101000 | 101001 | 0 | 10000 | 10110 | 10011101 | 101011 | 111110 |
Color Harmonies of #76C8A8
Complementary color
Monochromatic Colors of #76C8A8
Black with #76C8A8
Text Example
Text Example
White with #76C8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C8A8; }
p { color: rgb(118,200,168); }
H1.HeaderClassName
{
color: #76C8A8;
}
.AnyTagClassName
{
color: #76C8A8;
}
</style>
background-color css
<style>
a { background-color: #76C8A8; }
a { background-color: rgb(118,200,168); }
div.DivClassName
{
background-color: #76C8A8;
}
.BgClassName
{
background-color: #76C8A8;
}
</style>
border-color css
<style>
span { border-color: #76C8A8; }
span { border-color: rgb(118,200,168); }
td.TdClassName
{
border-color: #76C8A8;
}
.TagClassName
{
border-color: #76C8A8;
}
</style>