Shades of Aquamarine #76ECC4
Tints of Aquamarine #76ECC4
RGB
CMYK
RGB Variations
Color information
#76ECC4 (or 0x76ECC4) is known color: Aquamarine. HEX triplet: 76, EC and C4. RGB value is (118,236,196). Sum of RGB (Red+Green+Blue) = 118+236+196=550 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.45% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECC4 is #89133B. Grayscale: #C4C4C4. Windows color (decimal): -8983356 or 12905590. OLE color: 12905590.
HSL color Cylindrical-coordinate representation of color #76ECC4: hue angle of 159.66º 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 #76ECC4 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 196 | - |
| CMYK | 0.5 | 0 | 0.17 | 0.07 |
| HSL | 159.66º | 0.76% | 0.69% | - |
| HSV(B) | 159.66º | 0.5% | 0.93% | - |
| XYZ | 47.43 | 67.83 | 62.82 | - |
| YUV | 196.16 | 127.91 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 196 | 0.5 | 0 | 0.17 | 0.07 | 159.66 | 0.76 | 0.69 |
| Hex | 76 | EC | C4 | 32 | 0 | 11 | 7 | A0 | 4C | 45 |
| Octal | 166 | 354 | 304 | 62 | 0 | 21 | 7 | 240 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11000100 | 110010 | 0 | 10001 | 111 | 10100000 | 1001100 | 1000101 |
Color Harmonies of #76ECC4
Complementary color
Monochromatic Colors of #76ECC4
Black with #76ECC4
Text Example
Text Example
White with #76ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECC4; }
p { color: rgb(118,236,196); }
H1.HeaderClassName
{
color: #76ECC4;
}
.AnyTagClassName
{
color: #76ECC4;
}
</style>
background-color css
<style>
a { background-color: #76ECC4; }
a { background-color: rgb(118,236,196); }
div.DivClassName
{
background-color: #76ECC4;
}
.BgClassName
{
background-color: #76ECC4;
}
</style>
border-color css
<style>
span { border-color: #76ECC4; }
span { border-color: rgb(118,236,196); }
td.TdClassName
{
border-color: #76ECC4;
}
.TagClassName
{
border-color: #76ECC4;
}
</style>