Shades of Medium Aquamarine #76ECB2
Tints of Medium Aquamarine #76ECB2
RGB
CMYK
RGB Variations
Color information
#76ECB2 (or 0x76ECB2) is known color: Medium Aquamarine. HEX triplet: 76, EC and B2. RGB value is (118,236,178). Sum of RGB (Red+Green+Blue) = 118+236+178=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76ECB2 is #89134D. Grayscale: #C2C2C2. Windows color (decimal): -8983374 or 11725942. OLE color: 11725942.
HSL color Cylindrical-coordinate representation of color #76ECB2: hue angle of 150.51º 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 #76ECB2 is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 178 | - |
| CMYK | 0.5 | 0 | 0.25 | 0.07 |
| HSL | 150.51º | 0.76% | 0.69% | - |
| HSV(B) | 150.51º | 0.5% | 0.93% | - |
| XYZ | 45.5 | 67.06 | 52.66 | - |
| YUV | 194.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 178 | 0.5 | 0 | 0.25 | 0.07 | 150.51 | 0.76 | 0.69 |
| Hex | 76 | EC | B2 | 32 | 0 | 19 | 7 | 97 | 4C | 45 |
| Octal | 166 | 354 | 262 | 62 | 0 | 31 | 7 | 227 | 114 | 105 |
| Binary | 1110110 | 11101100 | 10110010 | 110010 | 0 | 11001 | 111 | 10010111 | 1001100 | 1000101 |
Color Harmonies of #76ECB2
Complementary color
Monochromatic Colors of #76ECB2
Black with #76ECB2
Text Example
Text Example
White with #76ECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECB2; }
p { color: rgb(118,236,178); }
H1.HeaderClassName
{
color: #76ECB2;
}
.AnyTagClassName
{
color: #76ECB2;
}
</style>
background-color css
<style>
a { background-color: #76ECB2; }
a { background-color: rgb(118,236,178); }
div.DivClassName
{
background-color: #76ECB2;
}
.BgClassName
{
background-color: #76ECB2;
}
</style>
border-color css
<style>
span { border-color: #76ECB2; }
span { border-color: rgb(118,236,178); }
td.TdClassName
{
border-color: #76ECB2;
}
.TagClassName
{
border-color: #76ECB2;
}
</style>