Shades of Medium Aquamarine #76CCA1
Tints of Medium Aquamarine #76CCA1
RGB
CMYK
RGB Variations
Color information
#76CCA1 (or 0x76CCA1) is known color: Medium Aquamarine. HEX triplet: 76, CC and A1. RGB value is (118,204,161). Sum of RGB (Red+Green+Blue) = 118+204+161=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CCA1 is #89335E. Grayscale: #ADADAD. Windows color (decimal): -8991583 or 10603638. OLE color: 10603638.
HSL color Cylindrical-coordinate representation of color #76CCA1: hue angle of 150º 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 #76CCA1 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 161 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.2 |
| HSL | 150º | 0.46% | 0.63% | - |
| HSV(B) | 150º | 0.42% | 0.8% | - |
| XYZ | 35.5 | 49.61 | 41.42 | - |
| YUV | 173.38 | 121.01 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 161 | 0.42 | 0 | 0.21 | 0.2 | 150 | 0.46 | 0.63 |
| Hex | 76 | CC | A1 | 2A | 0 | 15 | 14 | 96 | 2E | 3F |
| Octal | 166 | 314 | 241 | 52 | 0 | 25 | 24 | 226 | 56 | 77 |
| Binary | 1110110 | 11001100 | 10100001 | 101010 | 0 | 10101 | 10100 | 10010110 | 101110 | 111111 |
Color Harmonies of #76CCA1
Complementary color
Monochromatic Colors of #76CCA1
Black with #76CCA1
Text Example
Text Example
White with #76CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CCA1; }
p { color: rgb(118,204,161); }
H1.HeaderClassName
{
color: #76CCA1;
}
.AnyTagClassName
{
color: #76CCA1;
}
</style>
background-color css
<style>
a { background-color: #76CCA1; }
a { background-color: rgb(118,204,161); }
div.DivClassName
{
background-color: #76CCA1;
}
.BgClassName
{
background-color: #76CCA1;
}
</style>
border-color css
<style>
span { border-color: #76CCA1; }
span { border-color: rgb(118,204,161); }
td.TdClassName
{
border-color: #76CCA1;
}
.TagClassName
{
border-color: #76CCA1;
}
</style>