Shades of Aquamarine #76F2CE
Tints of Aquamarine #76F2CE
RGB
CMYK
RGB Variations
Color information
#76F2CE (or 0x76F2CE) is known color: Aquamarine. HEX triplet: 76, F2 and CE. RGB value is (118,242,206). Sum of RGB (Red+Green+Blue) = 118+242+206=566 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.85% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #76F2CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F2CE is #890D31. Grayscale: #C8C8C8. Windows color (decimal): -8981810 or 13562486. OLE color: 13562486.
HSL color Cylindrical-coordinate representation of color #76F2CE: hue angle of 162.58º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F2CE is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 242 | 206 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.05 |
| HSL | 162.58º | 0.83% | 0.71% | - |
| HSV(B) | 162.58º | 0.51% | 0.95% | - |
| XYZ | 50.36 | 71.81 | 69.6 | - |
| YUV | 200.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 242 | 206 | 0.51 | 0 | 0.15 | 0.05 | 162.58 | 0.83 | 0.71 |
| Hex | 76 | F2 | CE | 33 | 0 | F | 5 | A3 | 53 | 47 |
| Octal | 166 | 362 | 316 | 63 | 0 | 17 | 5 | 243 | 123 | 107 |
| Binary | 1110110 | 11110010 | 11001110 | 110011 | 0 | 1111 | 101 | 10100011 | 1010011 | 1000111 |
Color Harmonies of #76F2CE
Complementary color
Monochromatic Colors of #76F2CE
Black with #76F2CE
Text Example
Text Example
White with #76F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F2CE; }
p { color: rgb(118,242,206); }
H1.HeaderClassName
{
color: #76F2CE;
}
.AnyTagClassName
{
color: #76F2CE;
}
</style>
background-color css
<style>
a { background-color: #76F2CE; }
a { background-color: rgb(118,242,206); }
div.DivClassName
{
background-color: #76F2CE;
}
.BgClassName
{
background-color: #76F2CE;
}
</style>
border-color css
<style>
span { border-color: #76F2CE; }
span { border-color: rgb(118,242,206); }
td.TdClassName
{
border-color: #76F2CE;
}
.TagClassName
{
border-color: #76F2CE;
}
</style>