Shades of Aquamarine #76ECD7
Tints of Aquamarine #76ECD7
RGB
CMYK
RGB Variations
Color information
#76ECD7 (or 0x76ECD7) is known color: Aquamarine. HEX triplet: 76, EC and D7. RGB value is (118,236,215). Sum of RGB (Red+Green+Blue) = 118+236+215=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECD7 is #891328. Grayscale: #C6C6C6. Windows color (decimal): -8983337 or 14150774. OLE color: 14150774.
HSL color Cylindrical-coordinate representation of color #76ECD7: hue angle of 169.32º 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 #76ECD7 is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 215 | - |
| CMYK | 0.5 | 0 | 0.09 | 0.07 |
| HSL | 169.32º | 0.76% | 0.69% | - |
| HSV(B) | 169.32º | 0.5% | 0.93% | - |
| XYZ | 49.73 | 68.75 | 74.94 | - |
| YUV | 198.32 | 137.41 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 215 | 0.5 | 0 | 0.09 | 0.07 | 169.32 | 0.76 | 0.69 |
| Hex | 76 | EC | D7 | 32 | 0 | 9 | 7 | A9 | 4C | 45 |
| Octal | 166 | 354 | 327 | 62 | 0 | 11 | 7 | 251 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11010111 | 110010 | 0 | 1001 | 111 | 10101001 | 1001100 | 1000101 |
Color Harmonies of #76ECD7
Complementary color
Monochromatic Colors of #76ECD7
Black with #76ECD7
Text Example
Text Example
White with #76ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECD7; }
p { color: rgb(118,236,215); }
H1.HeaderClassName
{
color: #76ECD7;
}
.AnyTagClassName
{
color: #76ECD7;
}
</style>
background-color css
<style>
a { background-color: #76ECD7; }
a { background-color: rgb(118,236,215); }
div.DivClassName
{
background-color: #76ECD7;
}
.BgClassName
{
background-color: #76ECD7;
}
</style>
border-color css
<style>
span { border-color: #76ECD7; }
span { border-color: rgb(118,236,215); }
td.TdClassName
{
border-color: #76ECD7;
}
.TagClassName
{
border-color: #76ECD7;
}
</style>