Shades of Aquamarine #76FFAC
Tints of Aquamarine #76FFAC
RGB
CMYK
RGB Variations
Color information
#76FFAC (or 0x76FFAC) is known color: Aquamarine. HEX triplet: 76, FF and AC. RGB value is (118,255,172). Sum of RGB (Red+Green+Blue) = 118+255+172=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FFAC is #890053. Grayscale: #CCCCCC. Windows color (decimal): -8978516 or 11337590. OLE color: 11337590.
HSL color Cylindrical-coordinate representation of color #76FFAC: hue angle of 143.65º 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 #76FFAC is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 172 | - |
| CMYK | 0.54 | 0 | 0.33 | 0 |
| HSL | 143.65º | 1% | 0.73% | - |
| HSV(B) | 143.65º | 0.54% | 1% | - |
| XYZ | 50.68 | 78.35 | 51.48 | - |
| YUV | 204.58 | 109.61 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 172 | 0.54 | 0 | 0.33 | 0 | 143.65 | 1 | 0.73 |
| Hex | 76 | FF | AC | 36 | 0 | 21 | 0 | 90 | 64 | 49 |
| Octal | 166 | 377 | 254 | 66 | 0 | 41 | 0 | 220 | 144 | 111 |
| Binary | 1110110 | 11111111 | 10101100 | 110110 | 0 | 100001 | 0 | 10010000 | 1100100 | 1001001 |
Color Harmonies of #76FFAC
Complementary color
Monochromatic Colors of #76FFAC
Black with #76FFAC
Text Example
Text Example
White with #76FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFAC; }
p { color: rgb(118,255,172); }
H1.HeaderClassName
{
color: #76FFAC;
}
.AnyTagClassName
{
color: #76FFAC;
}
</style>
background-color css
<style>
a { background-color: #76FFAC; }
a { background-color: rgb(118,255,172); }
div.DivClassName
{
background-color: #76FFAC;
}
.BgClassName
{
background-color: #76FFAC;
}
</style>
border-color css
<style>
span { border-color: #76FFAC; }
span { border-color: rgb(118,255,172); }
td.TdClassName
{
border-color: #76FFAC;
}
.TagClassName
{
border-color: #76FFAC;
}
</style>