Shades of Medium Aquamarine #76EBA9
Tints of Medium Aquamarine #76EBA9
RGB
CMYK
RGB Variations
Color information
#76EBA9 (or 0x76EBA9) is known color: Medium Aquamarine. HEX triplet: 76, EB and A9. RGB value is (118,235,169). Sum of RGB (Red+Green+Blue) = 118+235+169=522 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.61% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #76EBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EBA9 is #891456. Grayscale: #C0C0C0. Windows color (decimal): -8983639 or 11135862. OLE color: 11135862.
HSL color Cylindrical-coordinate representation of color #76EBA9: hue angle of 146.15º degrees, saturation: 0.75, 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 #76EBA9 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 235 | 169 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.08 |
| HSL | 146.15º | 0.75% | 0.69% | - |
| HSV(B) | 146.15º | 0.5% | 0.92% | - |
| XYZ | 44.34 | 66.13 | 47.96 | - |
| YUV | 192.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 235 | 169 | 0.50 | 0 | 0.28 | 0.08 | 146.15 | 0.75 | 0.69 |
| Hex | 76 | EB | A9 | 32 | 0 | 1C | 8 | 92 | 4B | 45 |
| Octal | 166 | 353 | 251 | 62 | 0 | 34 | 10 | 222 | 113 | 105 |
| Binary | 1110110 | 11101011 | 10101001 | 110010 | 0 | 11100 | 1000 | 10010010 | 1001011 | 1000101 |
Color Harmonies of #76EBA9
Complementary color
Monochromatic Colors of #76EBA9
Black with #76EBA9
Text Example
Text Example
White with #76EBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EBA9; }
p { color: rgb(118,235,169); }
H1.HeaderClassName
{
color: #76EBA9;
}
.AnyTagClassName
{
color: #76EBA9;
}
</style>
background-color css
<style>
a { background-color: #76EBA9; }
a { background-color: rgb(118,235,169); }
div.DivClassName
{
background-color: #76EBA9;
}
.BgClassName
{
background-color: #76EBA9;
}
</style>
border-color css
<style>
span { border-color: #76EBA9; }
span { border-color: rgb(118,235,169); }
td.TdClassName
{
border-color: #76EBA9;
}
.TagClassName
{
border-color: #76EBA9;
}
</style>