Shades of Medium Aquamarine #76E5A5
Tints of Medium Aquamarine #76E5A5
RGB
CMYK
RGB Variations
Color information
#76E5A5 (or 0x76E5A5) is known color: Medium Aquamarine. HEX triplet: 76, E5 and A5. RGB value is (118,229,165). Sum of RGB (Red+Green+Blue) = 118+229+165=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #76E5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E5A5 is #891A5A. Grayscale: #BCBCBC. Windows color (decimal): -8985179 or 10872182. OLE color: 10872182.
HSL color Cylindrical-coordinate representation of color #76E5A5: hue angle of 145.41º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E5A5 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 229 | 165 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.10 |
| HSL | 145.41º | 0.68% | 0.68% | - |
| HSV(B) | 145.41º | 0.48% | 0.9% | - |
| XYZ | 42.28 | 62.61 | 45.45 | - |
| YUV | 188.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 229 | 165 | 0.48 | 0 | 0.28 | 0.10 | 145.41 | 0.68 | 0.68 |
| Hex | 76 | E5 | A5 | 30 | 0 | 1C | A | 91 | 44 | 44 |
| Octal | 166 | 345 | 245 | 60 | 0 | 34 | 12 | 221 | 104 | 104 |
| Binary | 1110110 | 11100101 | 10100101 | 110000 | 0 | 11100 | 1010 | 10010001 | 1000100 | 1000100 |
Color Harmonies of #76E5A5
Complementary color
Monochromatic Colors of #76E5A5
Black with #76E5A5
Text Example
Text Example
White with #76E5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E5A5; }
p { color: rgb(118,229,165); }
H1.HeaderClassName
{
color: #76E5A5;
}
.AnyTagClassName
{
color: #76E5A5;
}
</style>
background-color css
<style>
a { background-color: #76E5A5; }
a { background-color: rgb(118,229,165); }
div.DivClassName
{
background-color: #76E5A5;
}
.BgClassName
{
background-color: #76E5A5;
}
</style>
border-color css
<style>
span { border-color: #76E5A5; }
span { border-color: rgb(118,229,165); }
td.TdClassName
{
border-color: #76E5A5;
}
.TagClassName
{
border-color: #76E5A5;
}
</style>