Shades of Medium Aquamarine #76DBA3
Tints of Medium Aquamarine #76DBA3
RGB
CMYK
RGB Variations
Color information
#76DBA3 (or 0x76DBA3) is known color: Medium Aquamarine. HEX triplet: 76, DB and A3. RGB value is (118,219,163). Sum of RGB (Red+Green+Blue) = 118+219+163=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DBA3 is #89245C. Grayscale: #B6B6B6. Windows color (decimal): -8987741 or 10738550. OLE color: 10738550.
HSL color Cylindrical-coordinate representation of color #76DBA3: hue angle of 146.73º 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 #76DBA3 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 163 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.14 |
| HSL | 146.73º | 0.58% | 0.66% | - |
| HSV(B) | 146.73º | 0.46% | 0.86% | - |
| XYZ | 39.41 | 57.16 | 43.61 | - |
| YUV | 182.42 | 117.04 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 163 | 0.46 | 0 | 0.26 | 0.14 | 146.73 | 0.58 | 0.66 |
| Hex | 76 | DB | A3 | 2E | 0 | 1A | E | 93 | 3A | 42 |
| Octal | 166 | 333 | 243 | 56 | 0 | 32 | 16 | 223 | 72 | 102 |
| Binary | 1110110 | 11011011 | 10100011 | 101110 | 0 | 11010 | 1110 | 10010011 | 111010 | 1000010 |
Color Harmonies of #76DBA3
Complementary color
Monochromatic Colors of #76DBA3
Black with #76DBA3
Text Example
Text Example
White with #76DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBA3; }
p { color: rgb(118,219,163); }
H1.HeaderClassName
{
color: #76DBA3;
}
.AnyTagClassName
{
color: #76DBA3;
}
</style>
background-color css
<style>
a { background-color: #76DBA3; }
a { background-color: rgb(118,219,163); }
div.DivClassName
{
background-color: #76DBA3;
}
.BgClassName
{
background-color: #76DBA3;
}
</style>
border-color css
<style>
span { border-color: #76DBA3; }
span { border-color: rgb(118,219,163); }
td.TdClassName
{
border-color: #76DBA3;
}
.TagClassName
{
border-color: #76DBA3;
}
</style>