Shades of Aquamarine #76ECBE
Tints of Aquamarine #76ECBE
RGB
CMYK
RGB Variations
Color information
#76ECBE (or 0x76ECBE) is known color: Aquamarine. HEX triplet: 76, EC and BE. RGB value is (118,236,190). Sum of RGB (Red+Green+Blue) = 118+236+190=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECBE is #891341. Grayscale: #C3C3C3. Windows color (decimal): -8983362 or 12512374. OLE color: 12512374.
HSL color Cylindrical-coordinate representation of color #76ECBE: hue angle of 156.61º 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 #76ECBE is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 190 | - |
| CMYK | 0.5 | 0 | 0.19 | 0.07 |
| HSL | 156.61º | 0.76% | 0.69% | - |
| HSV(B) | 156.61º | 0.5% | 0.93% | - |
| XYZ | 46.76 | 67.56 | 59.29 | - |
| YUV | 195.47 | 124.91 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 190 | 0.5 | 0 | 0.19 | 0.07 | 156.61 | 0.76 | 0.69 |
| Hex | 76 | EC | BE | 32 | 0 | 13 | 7 | 9D | 4C | 45 |
| Octal | 166 | 354 | 276 | 62 | 0 | 23 | 7 | 235 | 114 | 105 |
| Binary | 1110110 | 11101100 | 10111110 | 110010 | 0 | 10011 | 111 | 10011101 | 1001100 | 1000101 |
Color Harmonies of #76ECBE
Complementary color
Monochromatic Colors of #76ECBE
Black with #76ECBE
Text Example
Text Example
White with #76ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECBE; }
p { color: rgb(118,236,190); }
H1.HeaderClassName
{
color: #76ECBE;
}
.AnyTagClassName
{
color: #76ECBE;
}
</style>
background-color css
<style>
a { background-color: #76ECBE; }
a { background-color: rgb(118,236,190); }
div.DivClassName
{
background-color: #76ECBE;
}
.BgClassName
{
background-color: #76ECBE;
}
</style>
border-color css
<style>
span { border-color: #76ECBE; }
span { border-color: rgb(118,236,190); }
td.TdClassName
{
border-color: #76ECBE;
}
.TagClassName
{
border-color: #76ECBE;
}
</style>