Shades of Medium Aquamarine #76DDAB
Tints of Medium Aquamarine #76DDAB
RGB
CMYK
RGB Variations
Color information
#76DDAB (or 0x76DDAB) is known color: Medium Aquamarine. HEX triplet: 76, DD and AB. RGB value is (118,221,171). Sum of RGB (Red+Green+Blue) = 118+221+171=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DDAB is #892254. Grayscale: #B8B8B8. Windows color (decimal): -8987221 or 11263350. OLE color: 11263350.
HSL color Cylindrical-coordinate representation of color #76DDAB: hue angle of 150.87º 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 #76DDAB is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 171 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.13 |
| HSL | 150.87º | 0.6% | 0.66% | - |
| HSV(B) | 150.87º | 0.47% | 0.87% | - |
| XYZ | 40.68 | 58.5 | 47.68 | - |
| YUV | 184.5 | 120.38 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 171 | 0.47 | 0 | 0.23 | 0.13 | 150.87 | 0.6 | 0.66 |
| Hex | 76 | DD | AB | 2F | 0 | 17 | D | 97 | 3C | 42 |
| Octal | 166 | 335 | 253 | 57 | 0 | 27 | 15 | 227 | 74 | 102 |
| Binary | 1110110 | 11011101 | 10101011 | 101111 | 0 | 10111 | 1101 | 10010111 | 111100 | 1000010 |
Color Harmonies of #76DDAB
Complementary color
Monochromatic Colors of #76DDAB
Black with #76DDAB
Text Example
Text Example
White with #76DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDAB; }
p { color: rgb(118,221,171); }
H1.HeaderClassName
{
color: #76DDAB;
}
.AnyTagClassName
{
color: #76DDAB;
}
</style>
background-color css
<style>
a { background-color: #76DDAB; }
a { background-color: rgb(118,221,171); }
div.DivClassName
{
background-color: #76DDAB;
}
.BgClassName
{
background-color: #76DDAB;
}
</style>
border-color css
<style>
span { border-color: #76DDAB; }
span { border-color: rgb(118,221,171); }
td.TdClassName
{
border-color: #76DDAB;
}
.TagClassName
{
border-color: #76DDAB;
}
</style>