Shades of Medium Aquamarine #76D2A8
Tints of Medium Aquamarine #76D2A8
RGB
CMYK
RGB Variations
Color information
#76D2A8 (or 0x76D2A8) is known color: Medium Aquamarine. HEX triplet: 76, D2 and A8. RGB value is (118,210,168). Sum of RGB (Red+Green+Blue) = 118+210+168=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #76D2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D2A8 is #892D57. Grayscale: #B1B1B1. Windows color (decimal): -8990040 or 11063926. OLE color: 11063926.
HSL color Cylindrical-coordinate representation of color #76D2A8: hue angle of 152.61º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D2A8 is Cyan = 0.44, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 168 | - |
| CMYK | 0.44 | 0 | 0.2 | 0.18 |
| HSL | 152.61º | 0.51% | 0.64% | - |
| HSV(B) | 152.61º | 0.44% | 0.82% | - |
| XYZ | 37.59 | 52.77 | 45.25 | - |
| YUV | 177.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 168 | 0.44 | 0 | 0.2 | 0.18 | 152.61 | 0.51 | 0.64 |
| Hex | 76 | D2 | A8 | 2C | 0 | 14 | 12 | 99 | 33 | 40 |
| Octal | 166 | 322 | 250 | 54 | 0 | 24 | 22 | 231 | 63 | 100 |
| Binary | 1110110 | 11010010 | 10101000 | 101100 | 0 | 10100 | 10010 | 10011001 | 110011 | 1000000 |
Color Harmonies of #76D2A8
Complementary color
Monochromatic Colors of #76D2A8
Black with #76D2A8
Text Example
Text Example
White with #76D2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D2A8; }
p { color: rgb(118,210,168); }
H1.HeaderClassName
{
color: #76D2A8;
}
.AnyTagClassName
{
color: #76D2A8;
}
</style>
background-color css
<style>
a { background-color: #76D2A8; }
a { background-color: rgb(118,210,168); }
div.DivClassName
{
background-color: #76D2A8;
}
.BgClassName
{
background-color: #76D2A8;
}
</style>
border-color css
<style>
span { border-color: #76D2A8; }
span { border-color: rgb(118,210,168); }
td.TdClassName
{
border-color: #76D2A8;
}
.TagClassName
{
border-color: #76D2A8;
}
</style>