Shades of Aquamarine #76FBAB
Tints of Aquamarine #76FBAB
RGB
CMYK
RGB Variations
Color information
#76FBAB (or 0x76FBAB) is known color: Aquamarine. HEX triplet: 76, FB and AB. RGB value is (118,251,171). Sum of RGB (Red+Green+Blue) = 118+251+171=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FBAB is #890454. Grayscale: #CACACA. Windows color (decimal): -8979541 or 11271030. OLE color: 11271030.
HSL color Cylindrical-coordinate representation of color #76FBAB: hue angle of 143.91º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FBAB is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 251 | 171 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.02 |
| HSL | 143.91º | 0.94% | 0.72% | - |
| HSV(B) | 143.91º | 0.53% | 0.98% | - |
| XYZ | 49.32 | 75.79 | 50.56 | - |
| YUV | 202.11 | 110.44 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 251 | 171 | 0.53 | 0 | 0.32 | 0.02 | 143.91 | 0.94 | 0.72 |
| Hex | 76 | FB | AB | 35 | 0 | 20 | 2 | 90 | 5E | 48 |
| Octal | 166 | 373 | 253 | 65 | 0 | 40 | 2 | 220 | 136 | 110 |
| Binary | 1110110 | 11111011 | 10101011 | 110101 | 0 | 100000 | 10 | 10010000 | 1011110 | 1001000 |
Color Harmonies of #76FBAB
Complementary color
Monochromatic Colors of #76FBAB
Black with #76FBAB
Text Example
Text Example
White with #76FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FBAB; }
p { color: rgb(118,251,171); }
H1.HeaderClassName
{
color: #76FBAB;
}
.AnyTagClassName
{
color: #76FBAB;
}
</style>
background-color css
<style>
a { background-color: #76FBAB; }
a { background-color: rgb(118,251,171); }
div.DivClassName
{
background-color: #76FBAB;
}
.BgClassName
{
background-color: #76FBAB;
}
</style>
border-color css
<style>
span { border-color: #76FBAB; }
span { border-color: rgb(118,251,171); }
td.TdClassName
{
border-color: #76FBAB;
}
.TagClassName
{
border-color: #76FBAB;
}
</style>