Shades of Aquamarine #76ECCC
Tints of Aquamarine #76ECCC
RGB
CMYK
RGB Variations
Color information
#76ECCC (or 0x76ECCC) is known color: Aquamarine. HEX triplet: 76, EC and CC. RGB value is (118,236,204). Sum of RGB (Red+Green+Blue) = 118+236+204=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECCC is #891333. Grayscale: #C5C5C5. Windows color (decimal): -8983348 or 13429878. OLE color: 13429878.
HSL color Cylindrical-coordinate representation of color #76ECCC: hue angle of 163.73º 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 #76ECCC is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 204 | - |
| CMYK | 0.5 | 0 | 0.14 | 0.07 |
| HSL | 163.73º | 0.76% | 0.69% | - |
| HSV(B) | 163.73º | 0.5% | 0.93% | - |
| XYZ | 48.37 | 68.2 | 67.74 | - |
| YUV | 197.07 | 131.91 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 204 | 0.5 | 0 | 0.14 | 0.07 | 163.73 | 0.76 | 0.69 |
| Hex | 76 | EC | CC | 32 | 0 | E | 7 | A4 | 4C | 45 |
| Octal | 166 | 354 | 314 | 62 | 0 | 16 | 7 | 244 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11001100 | 110010 | 0 | 1110 | 111 | 10100100 | 1001100 | 1000101 |
Color Harmonies of #76ECCC
Complementary color
Monochromatic Colors of #76ECCC
Black with #76ECCC
Text Example
Text Example
White with #76ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECCC; }
p { color: rgb(118,236,204); }
H1.HeaderClassName
{
color: #76ECCC;
}
.AnyTagClassName
{
color: #76ECCC;
}
</style>
background-color css
<style>
a { background-color: #76ECCC; }
a { background-color: rgb(118,236,204); }
div.DivClassName
{
background-color: #76ECCC;
}
.BgClassName
{
background-color: #76ECCC;
}
</style>
border-color css
<style>
span { border-color: #76ECCC; }
span { border-color: rgb(118,236,204); }
td.TdClassName
{
border-color: #76ECCC;
}
.TagClassName
{
border-color: #76ECCC;
}
</style>