Shades of Aquamarine #76ECD9
Tints of Aquamarine #76ECD9
RGB
CMYK
RGB Variations
Color information
#76ECD9 (or 0x76ECD9) is known color: Aquamarine. HEX triplet: 76, EC and D9. RGB value is (118,236,217). Sum of RGB (Red+Green+Blue) = 118+236+217=571 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.67% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECD9 is #891326. Grayscale: #C6C6C6. Windows color (decimal): -8983335 or 14281846. OLE color: 14281846.
HSL color Cylindrical-coordinate representation of color #76ECD9: hue angle of 170.34º 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 #76ECD9 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 217 | - |
| CMYK | 0.5 | 0 | 0.08 | 0.07 |
| HSL | 170.34º | 0.76% | 0.69% | - |
| HSV(B) | 170.34º | 0.5% | 0.93% | - |
| XYZ | 49.99 | 68.85 | 76.3 | - |
| YUV | 198.55 | 138.41 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 217 | 0.5 | 0 | 0.08 | 0.07 | 170.34 | 0.76 | 0.69 |
| Hex | 76 | EC | D9 | 32 | 0 | 8 | 7 | AA | 4C | 45 |
| Octal | 166 | 354 | 331 | 62 | 0 | 10 | 7 | 252 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11011001 | 110010 | 0 | 1000 | 111 | 10101010 | 1001100 | 1000101 |
Color Harmonies of #76ECD9
Complementary color
Monochromatic Colors of #76ECD9
Black with #76ECD9
Text Example
Text Example
White with #76ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECD9; }
p { color: rgb(118,236,217); }
H1.HeaderClassName
{
color: #76ECD9;
}
.AnyTagClassName
{
color: #76ECD9;
}
</style>
background-color css
<style>
a { background-color: #76ECD9; }
a { background-color: rgb(118,236,217); }
div.DivClassName
{
background-color: #76ECD9;
}
.BgClassName
{
background-color: #76ECD9;
}
</style>
border-color css
<style>
span { border-color: #76ECD9; }
span { border-color: rgb(118,236,217); }
td.TdClassName
{
border-color: #76ECD9;
}
.TagClassName
{
border-color: #76ECD9;
}
</style>