Shades of Medium Aquamarine #76DDA6
Tints of Medium Aquamarine #76DDA6
RGB
CMYK
RGB Variations
Color information
#76DDA6 (or 0x76DDA6) is known color: Medium Aquamarine. HEX triplet: 76, DD and A6. RGB value is (118,221,166). Sum of RGB (Red+Green+Blue) = 118+221+166=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DDA6 is #892259. Grayscale: #B8B8B8. Windows color (decimal): -8987226 or 10935670. OLE color: 10935670.
HSL color Cylindrical-coordinate representation of color #76DDA6: hue angle of 147.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDA6 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 166 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.13 |
| HSL | 147.96º | 0.6% | 0.66% | - |
| HSV(B) | 147.96º | 0.47% | 0.87% | - |
| XYZ | 40.21 | 58.32 | 45.21 | - |
| YUV | 183.93 | 117.88 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 166 | 0.47 | 0 | 0.25 | 0.13 | 147.96 | 0.6 | 0.66 |
| Hex | 76 | DD | A6 | 2F | 0 | 19 | D | 94 | 3C | 42 |
| Octal | 166 | 335 | 246 | 57 | 0 | 31 | 15 | 224 | 74 | 102 |
| Binary | 1110110 | 11011101 | 10100110 | 101111 | 0 | 11001 | 1101 | 10010100 | 111100 | 1000010 |
Color Harmonies of #76DDA6
Complementary color
Monochromatic Colors of #76DDA6
Black with #76DDA6
Text Example
Text Example
White with #76DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDA6; }
p { color: rgb(118,221,166); }
H1.HeaderClassName
{
color: #76DDA6;
}
.AnyTagClassName
{
color: #76DDA6;
}
</style>
background-color css
<style>
a { background-color: #76DDA6; }
a { background-color: rgb(118,221,166); }
div.DivClassName
{
background-color: #76DDA6;
}
.BgClassName
{
background-color: #76DDA6;
}
</style>
border-color css
<style>
span { border-color: #76DDA6; }
span { border-color: rgb(118,221,166); }
td.TdClassName
{
border-color: #76DDA6;
}
.TagClassName
{
border-color: #76DDA6;
}
</style>