Shades of Aquamarine #76FCAC
Tints of Aquamarine #76FCAC
RGB
CMYK
RGB Variations
Color information
#76FCAC (or 0x76FCAC) is known color: Aquamarine. HEX triplet: 76, FC and AC. RGB value is (118,252,172). Sum of RGB (Red+Green+Blue) = 118+252+172=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FCAC is #890353. Grayscale: #CBCBCB. Windows color (decimal): -8979284 or 11336822. OLE color: 11336822.
HSL color Cylindrical-coordinate representation of color #76FCAC: hue angle of 144.18º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FCAC is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 252 | 172 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.01 |
| HSL | 144.18º | 0.96% | 0.73% | - |
| HSV(B) | 144.18º | 0.53% | 0.99% | - |
| XYZ | 49.73 | 76.45 | 51.17 | - |
| YUV | 202.81 | 110.61 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 252 | 172 | 0.53 | 0 | 0.32 | 0.01 | 144.18 | 0.96 | 0.73 |
| Hex | 76 | FC | AC | 35 | 0 | 20 | 1 | 90 | 60 | 49 |
| Octal | 166 | 374 | 254 | 65 | 0 | 40 | 1 | 220 | 140 | 111 |
| Binary | 1110110 | 11111100 | 10101100 | 110101 | 0 | 100000 | 1 | 10010000 | 1100000 | 1001001 |
Color Harmonies of #76FCAC
Complementary color
Monochromatic Colors of #76FCAC
Black with #76FCAC
Text Example
Text Example
White with #76FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FCAC; }
p { color: rgb(118,252,172); }
H1.HeaderClassName
{
color: #76FCAC;
}
.AnyTagClassName
{
color: #76FCAC;
}
</style>
background-color css
<style>
a { background-color: #76FCAC; }
a { background-color: rgb(118,252,172); }
div.DivClassName
{
background-color: #76FCAC;
}
.BgClassName
{
background-color: #76FCAC;
}
</style>
border-color css
<style>
span { border-color: #76FCAC; }
span { border-color: rgb(118,252,172); }
td.TdClassName
{
border-color: #76FCAC;
}
.TagClassName
{
border-color: #76FCAC;
}
</style>