Shades of Aquamarine #76FFAB
Tints of Aquamarine #76FFAB
RGB
CMYK
RGB Variations
Color information
#76FFAB (or 0x76FFAB) is known color: Aquamarine. HEX triplet: 76, FF and AB. RGB value is (118,255,171). Sum of RGB (Red+Green+Blue) = 118+255+171=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FFAB is #890054. Grayscale: #CCCCCC. Windows color (decimal): -8978517 or 11272054. OLE color: 11272054.
HSL color Cylindrical-coordinate representation of color #76FFAB: hue angle of 143.21º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFAB is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 171 | - |
| CMYK | 0.54 | 0 | 0.33 | 0 |
| HSL | 143.21º | 1% | 0.73% | - |
| HSV(B) | 143.21º | 0.54% | 1% | - |
| XYZ | 50.58 | 78.31 | 50.98 | - |
| YUV | 204.46 | 109.11 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 171 | 0.54 | 0 | 0.33 | 0 | 143.21 | 1 | 0.73 |
| Hex | 76 | FF | AB | 36 | 0 | 21 | 0 | 8F | 64 | 49 |
| Octal | 166 | 377 | 253 | 66 | 0 | 41 | 0 | 217 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10101011 | 110110 | 0 | 100001 | 0 | 10001111 | 1100100 | 1001001 |
Color Harmonies of #76FFAB
Complementary color
Monochromatic Colors of #76FFAB
Black with #76FFAB
Text Example
Text Example
White with #76FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFAB; }
p { color: rgb(118,255,171); }
H1.HeaderClassName
{
color: #76FFAB;
}
.AnyTagClassName
{
color: #76FFAB;
}
</style>
background-color css
<style>
a { background-color: #76FFAB; }
a { background-color: rgb(118,255,171); }
div.DivClassName
{
background-color: #76FFAB;
}
.BgClassName
{
background-color: #76FFAB;
}
</style>
border-color css
<style>
span { border-color: #76FFAB; }
span { border-color: rgb(118,255,171); }
td.TdClassName
{
border-color: #76FFAB;
}
.TagClassName
{
border-color: #76FFAB;
}
</style>