Shades of Medium Aquamarine #76CCA0
Tints of Medium Aquamarine #76CCA0
RGB
CMYK
RGB Variations
Color information
#76CCA0 (or 0x76CCA0) is known color: Medium Aquamarine. HEX triplet: 76, CC and A0. RGB value is (118,204,160). Sum of RGB (Red+Green+Blue) = 118+204+160=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CCA0 is #89335F. Grayscale: #ADADAD. Windows color (decimal): -8991584 or 10538102. OLE color: 10538102.
HSL color Cylindrical-coordinate representation of color #76CCA0: hue angle of 149.3º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CCA0 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 160 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.2 |
| HSL | 149.3º | 0.46% | 0.63% | - |
| HSV(B) | 149.3º | 0.42% | 0.8% | - |
| XYZ | 35.41 | 49.58 | 40.96 | - |
| YUV | 173.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 160 | 0.42 | 0 | 0.22 | 0.2 | 149.3 | 0.46 | 0.63 |
| Hex | 76 | CC | A0 | 2A | 0 | 16 | 14 | 95 | 2E | 3F |
| Octal | 166 | 314 | 240 | 52 | 0 | 26 | 24 | 225 | 56 | 77 |
| Binary | 1110110 | 11001100 | 10100000 | 101010 | 0 | 10110 | 10100 | 10010101 | 101110 | 111111 |
Color Harmonies of #76CCA0
Complementary color
Monochromatic Colors of #76CCA0
Black with #76CCA0
Text Example
Text Example
White with #76CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CCA0; }
p { color: rgb(118,204,160); }
H1.HeaderClassName
{
color: #76CCA0;
}
.AnyTagClassName
{
color: #76CCA0;
}
</style>
background-color css
<style>
a { background-color: #76CCA0; }
a { background-color: rgb(118,204,160); }
div.DivClassName
{
background-color: #76CCA0;
}
.BgClassName
{
background-color: #76CCA0;
}
</style>
border-color css
<style>
span { border-color: #76CCA0; }
span { border-color: rgb(118,204,160); }
td.TdClassName
{
border-color: #76CCA0;
}
.TagClassName
{
border-color: #76CCA0;
}
</style>