Shades of Medium Aquamarine #76DBA9
Tints of Medium Aquamarine #76DBA9
RGB
CMYK
RGB Variations
Color information
#76DBA9 (or 0x76DBA9) is known color: Medium Aquamarine. HEX triplet: 76, DB and A9. RGB value is (118,219,169). Sum of RGB (Red+Green+Blue) = 118+219+169=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DBA9 is #892456. Grayscale: #B7B7B7. Windows color (decimal): -8987735 or 11131766. OLE color: 11131766.
HSL color Cylindrical-coordinate representation of color #76DBA9: hue angle of 150.3º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DBA9 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 169 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.14 |
| HSL | 150.3º | 0.58% | 0.66% | - |
| HSV(B) | 150.3º | 0.46% | 0.86% | - |
| XYZ | 39.96 | 57.38 | 46.51 | - |
| YUV | 183.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 169 | 0.46 | 0 | 0.23 | 0.14 | 150.3 | 0.58 | 0.66 |
| Hex | 76 | DB | A9 | 2E | 0 | 17 | E | 96 | 3A | 42 |
| Octal | 166 | 333 | 251 | 56 | 0 | 27 | 16 | 226 | 72 | 102 |
| Binary | 1110110 | 11011011 | 10101001 | 101110 | 0 | 10111 | 1110 | 10010110 | 111010 | 1000010 |
Color Harmonies of #76DBA9
Complementary color
Monochromatic Colors of #76DBA9
Black with #76DBA9
Text Example
Text Example
White with #76DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBA9; }
p { color: rgb(118,219,169); }
H1.HeaderClassName
{
color: #76DBA9;
}
.AnyTagClassName
{
color: #76DBA9;
}
</style>
background-color css
<style>
a { background-color: #76DBA9; }
a { background-color: rgb(118,219,169); }
div.DivClassName
{
background-color: #76DBA9;
}
.BgClassName
{
background-color: #76DBA9;
}
</style>
border-color css
<style>
span { border-color: #76DBA9; }
span { border-color: rgb(118,219,169); }
td.TdClassName
{
border-color: #76DBA9;
}
.TagClassName
{
border-color: #76DBA9;
}
</style>