Shades of Aquamarine #76FFAA
Tints of Aquamarine #76FFAA
RGB
CMYK
RGB Variations
Color information
#76FFAA (or 0x76FFAA) is known color: Aquamarine. HEX triplet: 76, FF and AA. RGB value is (118,255,170). Sum of RGB (Red+Green+Blue) = 118+255+170=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FFAA is #890055. Grayscale: #CCCCCC. Windows color (decimal): -8978518 or 11206518. OLE color: 11206518.
HSL color Cylindrical-coordinate representation of color #76FFAA: hue angle of 142.77º 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 #76FFAA is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 170 | - |
| CMYK | 0.54 | 0 | 0.33 | 0 |
| HSL | 142.77º | 1% | 0.73% | - |
| HSV(B) | 142.77º | 0.54% | 1% | - |
| XYZ | 50.49 | 78.27 | 50.48 | - |
| YUV | 204.35 | 108.61 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 170 | 0.54 | 0 | 0.33 | 0 | 142.77 | 1 | 0.73 |
| Hex | 76 | FF | AA | 36 | 0 | 21 | 0 | 8F | 64 | 49 |
| Octal | 166 | 377 | 252 | 66 | 0 | 41 | 0 | 217 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10101010 | 110110 | 0 | 100001 | 0 | 10001111 | 1100100 | 1001001 |
Color Harmonies of #76FFAA
Complementary color
Monochromatic Colors of #76FFAA
Black with #76FFAA
Text Example
Text Example
White with #76FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFAA; }
p { color: rgb(118,255,170); }
H1.HeaderClassName
{
color: #76FFAA;
}
.AnyTagClassName
{
color: #76FFAA;
}
</style>
background-color css
<style>
a { background-color: #76FFAA; }
a { background-color: rgb(118,255,170); }
div.DivClassName
{
background-color: #76FFAA;
}
.BgClassName
{
background-color: #76FFAA;
}
</style>
border-color css
<style>
span { border-color: #76FFAA; }
span { border-color: rgb(118,255,170); }
td.TdClassName
{
border-color: #76FFAA;
}
.TagClassName
{
border-color: #76FFAA;
}
</style>