Shades of Medium Aquamarine #76D19F
Tints of Medium Aquamarine #76D19F
RGB
CMYK
RGB Variations
Color information
#76D19F (or 0x76D19F) is known color: Medium Aquamarine. HEX triplet: 76, D1 and 9F. RGB value is (118,209,159). Sum of RGB (Red+Green+Blue) = 118+209+159=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #76D19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D19F is #892E60. Grayscale: #B0B0B0. Windows color (decimal): -8990305 or 10473846. OLE color: 10473846.
HSL color Cylindrical-coordinate representation of color #76D19F: hue angle of 147.03º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D19F is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 209 | 159 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.18 |
| HSL | 147.03º | 0.5% | 0.64% | - |
| HSV(B) | 147.03º | 0.44% | 0.82% | - |
| XYZ | 36.53 | 51.96 | 40.9 | - |
| YUV | 176.09 | 118.35 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 209 | 159 | 0.44 | 0 | 0.24 | 0.18 | 147.03 | 0.5 | 0.64 |
| Hex | 76 | D1 | 9F | 2C | 0 | 18 | 12 | 93 | 32 | 40 |
| Octal | 166 | 321 | 237 | 54 | 0 | 30 | 22 | 223 | 62 | 100 |
| Binary | 1110110 | 11010001 | 10011111 | 101100 | 0 | 11000 | 10010 | 10010011 | 110010 | 1000000 |
Color Harmonies of #76D19F
Complementary color
Monochromatic Colors of #76D19F
Black with #76D19F
Text Example
Text Example
White with #76D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D19F; }
p { color: rgb(118,209,159); }
H1.HeaderClassName
{
color: #76D19F;
}
.AnyTagClassName
{
color: #76D19F;
}
</style>
background-color css
<style>
a { background-color: #76D19F; }
a { background-color: rgb(118,209,159); }
div.DivClassName
{
background-color: #76D19F;
}
.BgClassName
{
background-color: #76D19F;
}
</style>
border-color css
<style>
span { border-color: #76D19F; }
span { border-color: rgb(118,209,159); }
td.TdClassName
{
border-color: #76D19F;
}
.TagClassName
{
border-color: #76D19F;
}
</style>