Shades of Aquamarine #76ECC7
Tints of Aquamarine #76ECC7
RGB
CMYK
RGB Variations
Color information
#76ECC7 (or 0x76ECC7) is known color: Aquamarine. HEX triplet: 76, EC and C7. RGB value is (118,236,199). Sum of RGB (Red+Green+Blue) = 118+236+199=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECC7 is #891338. Grayscale: #C4C4C4. Windows color (decimal): -8983353 or 13102198. OLE color: 13102198.
HSL color Cylindrical-coordinate representation of color #76ECC7: hue angle of 161.19º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECC7 is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 199 | - |
| CMYK | 0.5 | 0 | 0.16 | 0.07 |
| HSL | 161.19º | 0.76% | 0.69% | - |
| HSV(B) | 161.19º | 0.5% | 0.93% | - |
| XYZ | 47.78 | 67.97 | 64.63 | - |
| YUV | 196.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 199 | 0.5 | 0 | 0.16 | 0.07 | 161.19 | 0.76 | 0.69 |
| Hex | 76 | EC | C7 | 32 | 0 | 10 | 7 | A1 | 4C | 45 |
| Octal | 166 | 354 | 307 | 62 | 0 | 20 | 7 | 241 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11000111 | 110010 | 0 | 10000 | 111 | 10100001 | 1001100 | 1000101 |
Color Harmonies of #76ECC7
Complementary color
Monochromatic Colors of #76ECC7
Black with #76ECC7
Text Example
Text Example
White with #76ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECC7; }
p { color: rgb(118,236,199); }
H1.HeaderClassName
{
color: #76ECC7;
}
.AnyTagClassName
{
color: #76ECC7;
}
</style>
background-color css
<style>
a { background-color: #76ECC7; }
a { background-color: rgb(118,236,199); }
div.DivClassName
{
background-color: #76ECC7;
}
.BgClassName
{
background-color: #76ECC7;
}
</style>
border-color css
<style>
span { border-color: #76ECC7; }
span { border-color: rgb(118,236,199); }
td.TdClassName
{
border-color: #76ECC7;
}
.TagClassName
{
border-color: #76ECC7;
}
</style>