Shades of Medium Aquamarine #76DBAA
Tints of Medium Aquamarine #76DBAA
RGB
CMYK
RGB Variations
Color information
#76DBAA (or 0x76DBAA) is known color: Medium Aquamarine. HEX triplet: 76, DB and AA. RGB value is (118,219,170). Sum of RGB (Red+Green+Blue) = 118+219+170=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DBAA is #892455. Grayscale: #B7B7B7. Windows color (decimal): -8987734 or 11197302. OLE color: 11197302.
HSL color Cylindrical-coordinate representation of color #76DBAA: hue angle of 150.89º 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 #76DBAA is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 170 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.14 |
| HSL | 150.89º | 0.58% | 0.66% | - |
| HSV(B) | 150.89º | 0.46% | 0.86% | - |
| XYZ | 40.06 | 57.42 | 47 | - |
| YUV | 183.22 | 120.54 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 170 | 0.46 | 0 | 0.22 | 0.14 | 150.89 | 0.58 | 0.66 |
| Hex | 76 | DB | AA | 2E | 0 | 16 | E | 97 | 3A | 42 |
| Octal | 166 | 333 | 252 | 56 | 0 | 26 | 16 | 227 | 72 | 102 |
| Binary | 1110110 | 11011011 | 10101010 | 101110 | 0 | 10110 | 1110 | 10010111 | 111010 | 1000010 |
Color Harmonies of #76DBAA
Complementary color
Monochromatic Colors of #76DBAA
Black with #76DBAA
Text Example
Text Example
White with #76DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBAA; }
p { color: rgb(118,219,170); }
H1.HeaderClassName
{
color: #76DBAA;
}
.AnyTagClassName
{
color: #76DBAA;
}
</style>
background-color css
<style>
a { background-color: #76DBAA; }
a { background-color: rgb(118,219,170); }
div.DivClassName
{
background-color: #76DBAA;
}
.BgClassName
{
background-color: #76DBAA;
}
</style>
border-color css
<style>
span { border-color: #76DBAA; }
span { border-color: rgb(118,219,170); }
td.TdClassName
{
border-color: #76DBAA;
}
.TagClassName
{
border-color: #76DBAA;
}
</style>