Shades of Medium Aquamarine #76DDB2
Tints of Medium Aquamarine #76DDB2
RGB
CMYK
RGB Variations
Color information
#76DDB2 (or 0x76DDB2) is known color: Medium Aquamarine. HEX triplet: 76, DD and B2. RGB value is (118,221,178). Sum of RGB (Red+Green+Blue) = 118+221+178=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DDB2 is #89224D. Grayscale: #B9B9B9. Windows color (decimal): -8987214 or 11722102. OLE color: 11722102.
HSL color Cylindrical-coordinate representation of color #76DDB2: hue angle of 154.95º 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 #76DDB2 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 178 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.13 |
| HSL | 154.95º | 0.6% | 0.66% | - |
| HSV(B) | 154.95º | 0.47% | 0.87% | - |
| XYZ | 41.36 | 58.78 | 51.28 | - |
| YUV | 185.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 178 | 0.47 | 0 | 0.19 | 0.13 | 154.95 | 0.6 | 0.66 |
| Hex | 76 | DD | B2 | 2F | 0 | 13 | D | 9B | 3C | 42 |
| Octal | 166 | 335 | 262 | 57 | 0 | 23 | 15 | 233 | 74 | 102 |
| Binary | 1110110 | 11011101 | 10110010 | 101111 | 0 | 10011 | 1101 | 10011011 | 111100 | 1000010 |
Color Harmonies of #76DDB2
Complementary color
Monochromatic Colors of #76DDB2
Black with #76DDB2
Text Example
Text Example
White with #76DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDB2; }
p { color: rgb(118,221,178); }
H1.HeaderClassName
{
color: #76DDB2;
}
.AnyTagClassName
{
color: #76DDB2;
}
</style>
background-color css
<style>
a { background-color: #76DDB2; }
a { background-color: rgb(118,221,178); }
div.DivClassName
{
background-color: #76DDB2;
}
.BgClassName
{
background-color: #76DDB2;
}
</style>
border-color css
<style>
span { border-color: #76DDB2; }
span { border-color: rgb(118,221,178); }
td.TdClassName
{
border-color: #76DDB2;
}
.TagClassName
{
border-color: #76DDB2;
}
</style>