Shades of Medium Aquamarine #76DA9C
Tints of Medium Aquamarine #76DA9C
RGB
CMYK
RGB Variations
Color information
#76DA9C (or 0x76DA9C) is known color: Medium Aquamarine. HEX triplet: 76, DA and 9C. RGB value is (118,218,156). Sum of RGB (Red+Green+Blue) = 118+218+156=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DA9C is #892563. Grayscale: #B5B5B5. Windows color (decimal): -8988004 or 10279542. OLE color: 10279542.
HSL color Cylindrical-coordinate representation of color #76DA9C: hue angle of 142.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DA9C is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 218 | 156 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.15 |
| HSL | 142.8º | 0.57% | 0.66% | - |
| HSV(B) | 142.8º | 0.46% | 0.85% | - |
| XYZ | 38.54 | 56.39 | 40.31 | - |
| YUV | 181.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 156 | 0.46 | 0 | 0.28 | 0.15 | 142.8 | 0.57 | 0.66 |
| Hex | 76 | DA | 9C | 2E | 0 | 1C | F | 8F | 39 | 42 |
| Octal | 166 | 332 | 234 | 56 | 0 | 34 | 17 | 217 | 71 | 102 |
| Binary | 1110110 | 11011010 | 10011100 | 101110 | 0 | 11100 | 1111 | 10001111 | 111001 | 1000010 |
Color Harmonies of #76DA9C
Complementary color
Monochromatic Colors of #76DA9C
Black with #76DA9C
Text Example
Text Example
White with #76DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DA9C; }
p { color: rgb(118,218,156); }
H1.HeaderClassName
{
color: #76DA9C;
}
.AnyTagClassName
{
color: #76DA9C;
}
</style>
background-color css
<style>
a { background-color: #76DA9C; }
a { background-color: rgb(118,218,156); }
div.DivClassName
{
background-color: #76DA9C;
}
.BgClassName
{
background-color: #76DA9C;
}
</style>
border-color css
<style>
span { border-color: #76DA9C; }
span { border-color: rgb(118,218,156); }
td.TdClassName
{
border-color: #76DA9C;
}
.TagClassName
{
border-color: #76DA9C;
}
</style>