Shades of Medium Aquamarine #76F0AB
Tints of Medium Aquamarine #76F0AB
RGB
CMYK
RGB Variations
Color information
#76F0AB (or 0x76F0AB) is known color: Medium Aquamarine. HEX triplet: 76, F0 and AB. RGB value is (118,240,171). Sum of RGB (Red+Green+Blue) = 118+240+171=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #76F0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F0AB is #890F54. Grayscale: #C3C3C3. Windows color (decimal): -8982357 or 11268214. OLE color: 11268214.
HSL color Cylindrical-coordinate representation of color #76F0AB: hue angle of 146.07º 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 #76F0AB is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 240 | 171 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.06 |
| HSL | 146.07º | 0.8% | 0.7% | - |
| HSV(B) | 146.07º | 0.51% | 0.94% | - |
| XYZ | 45.98 | 69.11 | 49.44 | - |
| YUV | 195.66 | 114.08 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 240 | 171 | 0.51 | 0 | 0.29 | 0.06 | 146.07 | 0.8 | 0.7 |
| Hex | 76 | F0 | AB | 33 | 0 | 1D | 6 | 92 | 50 | 46 |
| Octal | 166 | 360 | 253 | 63 | 0 | 35 | 6 | 222 | 120 | 106 |
| Binary | 1110110 | 11110000 | 10101011 | 110011 | 0 | 11101 | 110 | 10010010 | 1010000 | 1000110 |
Color Harmonies of #76F0AB
Complementary color
Monochromatic Colors of #76F0AB
Black with #76F0AB
Text Example
Text Example
White with #76F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F0AB; }
p { color: rgb(118,240,171); }
H1.HeaderClassName
{
color: #76F0AB;
}
.AnyTagClassName
{
color: #76F0AB;
}
</style>
background-color css
<style>
a { background-color: #76F0AB; }
a { background-color: rgb(118,240,171); }
div.DivClassName
{
background-color: #76F0AB;
}
.BgClassName
{
background-color: #76F0AB;
}
</style>
border-color css
<style>
span { border-color: #76F0AB; }
span { border-color: rgb(118,240,171); }
td.TdClassName
{
border-color: #76F0AB;
}
.TagClassName
{
border-color: #76F0AB;
}
</style>