Shades of Aquamarine #76ECCD
Tints of Aquamarine #76ECCD
RGB
CMYK
RGB Variations
Color information
#76ECCD (or 0x76ECCD) is known color: Aquamarine. HEX triplet: 76, EC and CD. RGB value is (118,236,205). Sum of RGB (Red+Green+Blue) = 118+236+205=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECCD is #891332. Grayscale: #C5C5C5. Windows color (decimal): -8983347 or 13495414. OLE color: 13495414.
HSL color Cylindrical-coordinate representation of color #76ECCD: hue angle of 164.24º 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 #76ECCD is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 205 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.07 |
| HSL | 164.24º | 0.76% | 0.69% | - |
| HSV(B) | 164.24º | 0.5% | 0.93% | - |
| XYZ | 48.49 | 68.25 | 68.38 | - |
| YUV | 197.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 205 | 0.5 | 0 | 0.13 | 0.07 | 164.24 | 0.76 | 0.69 |
| Hex | 76 | EC | CD | 32 | 0 | D | 7 | A4 | 4C | 45 |
| Octal | 166 | 354 | 315 | 62 | 0 | 15 | 7 | 244 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11001101 | 110010 | 0 | 1101 | 111 | 10100100 | 1001100 | 1000101 |
Color Harmonies of #76ECCD
Complementary color
Monochromatic Colors of #76ECCD
Black with #76ECCD
Text Example
Text Example
White with #76ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECCD; }
p { color: rgb(118,236,205); }
H1.HeaderClassName
{
color: #76ECCD;
}
.AnyTagClassName
{
color: #76ECCD;
}
</style>
background-color css
<style>
a { background-color: #76ECCD; }
a { background-color: rgb(118,236,205); }
div.DivClassName
{
background-color: #76ECCD;
}
.BgClassName
{
background-color: #76ECCD;
}
</style>
border-color css
<style>
span { border-color: #76ECCD; }
span { border-color: rgb(118,236,205); }
td.TdClassName
{
border-color: #76ECCD;
}
.TagClassName
{
border-color: #76ECCD;
}
</style>