Shades of Aquamarine #76ECC9
Tints of Aquamarine #76ECC9
RGB
CMYK
RGB Variations
Color information
#76ECC9 (or 0x76ECC9) is known color: Aquamarine. HEX triplet: 76, EC and C9. RGB value is (118,236,201). Sum of RGB (Red+Green+Blue) = 118+236+201=555 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.26% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECC9 is #891336. Grayscale: #C4C4C4. Windows color (decimal): -8983351 or 13233270. OLE color: 13233270.
HSL color Cylindrical-coordinate representation of color #76ECC9: hue angle of 162.2º 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 #76ECC9 is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 201 | - |
| CMYK | 0.5 | 0 | 0.15 | 0.07 |
| HSL | 162.2º | 0.76% | 0.69% | - |
| HSV(B) | 162.2º | 0.5% | 0.93% | - |
| XYZ | 48.01 | 68.06 | 65.86 | - |
| YUV | 196.73 | 130.41 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 201 | 0.5 | 0 | 0.15 | 0.07 | 162.2 | 0.76 | 0.69 |
| Hex | 76 | EC | C9 | 32 | 0 | F | 7 | A2 | 4C | 45 |
| Octal | 166 | 354 | 311 | 62 | 0 | 17 | 7 | 242 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11001001 | 110010 | 0 | 1111 | 111 | 10100010 | 1001100 | 1000101 |
Color Harmonies of #76ECC9
Complementary color
Monochromatic Colors of #76ECC9
Black with #76ECC9
Text Example
Text Example
White with #76ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECC9; }
p { color: rgb(118,236,201); }
H1.HeaderClassName
{
color: #76ECC9;
}
.AnyTagClassName
{
color: #76ECC9;
}
</style>
background-color css
<style>
a { background-color: #76ECC9; }
a { background-color: rgb(118,236,201); }
div.DivClassName
{
background-color: #76ECC9;
}
.BgClassName
{
background-color: #76ECC9;
}
</style>
border-color css
<style>
span { border-color: #76ECC9; }
span { border-color: rgb(118,236,201); }
td.TdClassName
{
border-color: #76ECC9;
}
.TagClassName
{
border-color: #76ECC9;
}
</style>