Shades of Medium Aquamarine #76ECAB
Tints of Medium Aquamarine #76ECAB
RGB
CMYK
RGB Variations
Color information
#76ECAB (or 0x76ECAB) is known color: Medium Aquamarine. HEX triplet: 76, EC and AB. RGB value is (118,236,171). Sum of RGB (Red+Green+Blue) = 118+236+171=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76ECAB is #891354. Grayscale: #C1C1C1. Windows color (decimal): -8983381 or 11267190. OLE color: 11267190.
HSL color Cylindrical-coordinate representation of color #76ECAB: hue angle of 146.95º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECAB is Cyan = 0.5, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 171 | - |
| CMYK | 0.5 | 0 | 0.28 | 0.07 |
| HSL | 146.95º | 0.76% | 0.69% | - |
| HSV(B) | 146.95º | 0.5% | 0.93% | - |
| XYZ | 44.82 | 66.78 | 49.06 | - |
| YUV | 193.31 | 115.41 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 171 | 0.5 | 0 | 0.28 | 0.07 | 146.95 | 0.76 | 0.69 |
| Hex | 76 | EC | AB | 32 | 0 | 1C | 7 | 93 | 4C | 45 |
| Octal | 166 | 354 | 253 | 62 | 0 | 34 | 7 | 223 | 114 | 105 |
| Binary | 1110110 | 11101100 | 10101011 | 110010 | 0 | 11100 | 111 | 10010011 | 1001100 | 1000101 |
Color Harmonies of #76ECAB
Complementary color
Monochromatic Colors of #76ECAB
Black with #76ECAB
Text Example
Text Example
White with #76ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECAB; }
p { color: rgb(118,236,171); }
H1.HeaderClassName
{
color: #76ECAB;
}
.AnyTagClassName
{
color: #76ECAB;
}
</style>
background-color css
<style>
a { background-color: #76ECAB; }
a { background-color: rgb(118,236,171); }
div.DivClassName
{
background-color: #76ECAB;
}
.BgClassName
{
background-color: #76ECAB;
}
</style>
border-color css
<style>
span { border-color: #76ECAB; }
span { border-color: rgb(118,236,171); }
td.TdClassName
{
border-color: #76ECAB;
}
.TagClassName
{
border-color: #76ECAB;
}
</style>