Shades of Medium Aquamarine #76E39D
Tints of Medium Aquamarine #76E39D
RGB
CMYK
RGB Variations
Color information
#76E39D (or 0x76E39D) is known color: Medium Aquamarine. HEX triplet: 76, E3 and 9D. RGB value is (118,227,157). Sum of RGB (Red+Green+Blue) = 118+227+157=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #76E39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E39D is #891C62. Grayscale: #BABABA. Windows color (decimal): -8985699 or 10347382. OLE color: 10347382.
HSL color Cylindrical-coordinate representation of color #76E39D: hue angle of 141.47º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E39D is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 227 | 157 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.11 |
| HSL | 141.47º | 0.66% | 0.68% | - |
| HSV(B) | 141.47º | 0.48% | 0.89% | - |
| XYZ | 41.03 | 61.22 | 41.55 | - |
| YUV | 186.43 | 111.39 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 227 | 157 | 0.48 | 0 | 0.31 | 0.11 | 141.47 | 0.66 | 0.68 |
| Hex | 76 | E3 | 9D | 30 | 0 | 1F | B | 8D | 42 | 44 |
| Octal | 166 | 343 | 235 | 60 | 0 | 37 | 13 | 215 | 102 | 104 |
| Binary | 1110110 | 11100011 | 10011101 | 110000 | 0 | 11111 | 1011 | 10001101 | 1000010 | 1000100 |
Color Harmonies of #76E39D
Complementary color
Monochromatic Colors of #76E39D
Black with #76E39D
Text Example
Text Example
White with #76E39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E39D; }
p { color: rgb(118,227,157); }
H1.HeaderClassName
{
color: #76E39D;
}
.AnyTagClassName
{
color: #76E39D;
}
</style>
background-color css
<style>
a { background-color: #76E39D; }
a { background-color: rgb(118,227,157); }
div.DivClassName
{
background-color: #76E39D;
}
.BgClassName
{
background-color: #76E39D;
}
</style>
border-color css
<style>
span { border-color: #76E39D; }
span { border-color: rgb(118,227,157); }
td.TdClassName
{
border-color: #76E39D;
}
.TagClassName
{
border-color: #76E39D;
}
</style>