Shades of Medium Aquamarine #76D9AB
Tints of Medium Aquamarine #76D9AB
RGB
CMYK
RGB Variations
Color information
#76D9AB (or 0x76D9AB) is known color: Medium Aquamarine. HEX triplet: 76, D9 and AB. RGB value is (118,217,171). Sum of RGB (Red+Green+Blue) = 118+217+171=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D9AB is #892654. Grayscale: #B6B6B6. Windows color (decimal): -8988245 or 11262326. OLE color: 11262326.
HSL color Cylindrical-coordinate representation of color #76D9AB: hue angle of 152.12º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D9AB is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 171 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.15 |
| HSL | 152.12º | 0.57% | 0.66% | - |
| HSV(B) | 152.12º | 0.46% | 0.85% | - |
| XYZ | 39.63 | 56.42 | 47.33 | - |
| YUV | 182.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 171 | 0.46 | 0 | 0.21 | 0.15 | 152.12 | 0.57 | 0.66 |
| Hex | 76 | D9 | AB | 2E | 0 | 15 | F | 98 | 39 | 42 |
| Octal | 166 | 331 | 253 | 56 | 0 | 25 | 17 | 230 | 71 | 102 |
| Binary | 1110110 | 11011001 | 10101011 | 101110 | 0 | 10101 | 1111 | 10011000 | 111001 | 1000010 |
Color Harmonies of #76D9AB
Complementary color
Monochromatic Colors of #76D9AB
Black with #76D9AB
Text Example
Text Example
White with #76D9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D9AB; }
p { color: rgb(118,217,171); }
H1.HeaderClassName
{
color: #76D9AB;
}
.AnyTagClassName
{
color: #76D9AB;
}
</style>
background-color css
<style>
a { background-color: #76D9AB; }
a { background-color: rgb(118,217,171); }
div.DivClassName
{
background-color: #76D9AB;
}
.BgClassName
{
background-color: #76D9AB;
}
</style>
border-color css
<style>
span { border-color: #76D9AB; }
span { border-color: rgb(118,217,171); }
td.TdClassName
{
border-color: #76D9AB;
}
.TagClassName
{
border-color: #76D9AB;
}
</style>