Shades of Medium Aquamarine #76F0AA
Tints of Medium Aquamarine #76F0AA
RGB
CMYK
RGB Variations
Color information
#76F0AA (or 0x76F0AA) is known color: Medium Aquamarine. HEX triplet: 76, F0 and AA. RGB value is (118,240,170). Sum of RGB (Red+Green+Blue) = 118+240+170=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #76F0AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F0AA is #890F55. Grayscale: #C3C3C3. Windows color (decimal): -8982358 or 11202678. OLE color: 11202678.
HSL color Cylindrical-coordinate representation of color #76F0AA: hue angle of 145.57º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F0AA is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 170 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.06 |
| HSL | 145.57º | 0.8% | 0.7% | - |
| HSV(B) | 145.57º | 0.51% | 0.94% | - |
| XYZ | 45.89 | 69.07 | 48.94 | - |
| YUV | 195.54 | 113.58 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 170 | 0.51 | 0 | 0.29 | 0.06 | 145.57 | 0.8 | 0.7 |
| Hex | 76 | F0 | AA | 33 | 0 | 1D | 6 | 92 | 50 | 46 |
| Octal | 166 | 360 | 252 | 63 | 0 | 35 | 6 | 222 | 120 | 106 |
| Binary | 1110110 | 11110000 | 10101010 | 110011 | 0 | 11101 | 110 | 10010010 | 1010000 | 1000110 |
Color Harmonies of #76F0AA
Complementary color
Monochromatic Colors of #76F0AA
Black with #76F0AA
Text Example
Text Example
White with #76F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F0AA; }
p { color: rgb(118,240,170); }
H1.HeaderClassName
{
color: #76F0AA;
}
.AnyTagClassName
{
color: #76F0AA;
}
</style>
background-color css
<style>
a { background-color: #76F0AA; }
a { background-color: rgb(118,240,170); }
div.DivClassName
{
background-color: #76F0AA;
}
.BgClassName
{
background-color: #76F0AA;
}
</style>
border-color css
<style>
span { border-color: #76F0AA; }
span { border-color: rgb(118,240,170); }
td.TdClassName
{
border-color: #76F0AA;
}
.TagClassName
{
border-color: #76F0AA;
}
</style>