Shades of Medium Aquamarine #76DCAB
Tints of Medium Aquamarine #76DCAB
RGB
CMYK
RGB Variations
Color information
#76DCAB (or 0x76DCAB) is known color: Medium Aquamarine. HEX triplet: 76, DC and AB. RGB value is (118,220,171). Sum of RGB (Red+Green+Blue) = 118+220+171=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DCAB is #892354. Grayscale: #B8B8B8. Windows color (decimal): -8987477 or 11263094. OLE color: 11263094.
HSL color Cylindrical-coordinate representation of color #76DCAB: hue angle of 151.18º degrees, saturation: 0.59, 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 #76DCAB is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 171 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.14 |
| HSL | 151.18º | 0.59% | 0.66% | - |
| HSV(B) | 151.18º | 0.46% | 0.86% | - |
| XYZ | 40.42 | 57.98 | 47.59 | - |
| YUV | 183.92 | 120.71 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 171 | 0.46 | 0 | 0.22 | 0.14 | 151.18 | 0.59 | 0.66 |
| Hex | 76 | DC | AB | 2E | 0 | 16 | E | 97 | 3B | 42 |
| Octal | 166 | 334 | 253 | 56 | 0 | 26 | 16 | 227 | 73 | 102 |
| Binary | 1110110 | 11011100 | 10101011 | 101110 | 0 | 10110 | 1110 | 10010111 | 111011 | 1000010 |
Color Harmonies of #76DCAB
Complementary color
Monochromatic Colors of #76DCAB
Black with #76DCAB
Text Example
Text Example
White with #76DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCAB; }
p { color: rgb(118,220,171); }
H1.HeaderClassName
{
color: #76DCAB;
}
.AnyTagClassName
{
color: #76DCAB;
}
</style>
background-color css
<style>
a { background-color: #76DCAB; }
a { background-color: rgb(118,220,171); }
div.DivClassName
{
background-color: #76DCAB;
}
.BgClassName
{
background-color: #76DCAB;
}
</style>
border-color css
<style>
span { border-color: #76DCAB; }
span { border-color: rgb(118,220,171); }
td.TdClassName
{
border-color: #76DCAB;
}
.TagClassName
{
border-color: #76DCAB;
}
</style>