Shades of Medium Aquamarine #76C8A7
Tints of Medium Aquamarine #76C8A7
RGB
CMYK
RGB Variations
Color information
#76C8A7 (or 0x76C8A7) is known color: Medium Aquamarine. HEX triplet: 76, C8 and A7. RGB value is (118,200,167). Sum of RGB (Red+Green+Blue) = 118+200+167=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #76C8A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C8A7 is #893758. Grayscale: #ABABAB. Windows color (decimal): -8992601 or 10995830. OLE color: 10995830.
HSL color Cylindrical-coordinate representation of color #76C8A7: hue angle of 155.85º 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 #76C8A7 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 167 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.22 |
| HSL | 155.85º | 0.43% | 0.62% | - |
| HSV(B) | 155.85º | 0.41% | 0.78% | - |
| XYZ | 35.1 | 47.95 | 43.96 | - |
| YUV | 171.72 | 125.33 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 167 | 0.41 | 0 | 0.16 | 0.22 | 155.85 | 0.43 | 0.62 |
| Hex | 76 | C8 | A7 | 29 | 0 | 10 | 16 | 9C | 2B | 3E |
| Octal | 166 | 310 | 247 | 51 | 0 | 20 | 26 | 234 | 53 | 76 |
| Binary | 1110110 | 11001000 | 10100111 | 101001 | 0 | 10000 | 10110 | 10011100 | 101011 | 111110 |
Color Harmonies of #76C8A7
Complementary color
Monochromatic Colors of #76C8A7
Black with #76C8A7
Text Example
Text Example
White with #76C8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C8A7; }
p { color: rgb(118,200,167); }
H1.HeaderClassName
{
color: #76C8A7;
}
.AnyTagClassName
{
color: #76C8A7;
}
</style>
background-color css
<style>
a { background-color: #76C8A7; }
a { background-color: rgb(118,200,167); }
div.DivClassName
{
background-color: #76C8A7;
}
.BgClassName
{
background-color: #76C8A7;
}
</style>
border-color css
<style>
span { border-color: #76C8A7; }
span { border-color: rgb(118,200,167); }
td.TdClassName
{
border-color: #76C8A7;
}
.TagClassName
{
border-color: #76C8A7;
}
</style>