Shades of Aquamarine #76EECE
Tints of Aquamarine #76EECE
RGB
CMYK
RGB Variations
Color information
#76EECE (or 0x76EECE) is known color: Aquamarine. HEX triplet: 76, EE and CE. RGB value is (118,238,206). Sum of RGB (Red+Green+Blue) = 118+238+206=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #76EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EECE is #891131. Grayscale: #C6C6C6. Windows color (decimal): -8982834 or 13561462. OLE color: 13561462.
HSL color Cylindrical-coordinate representation of color #76EECE: hue angle of 164º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EECE is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 238 | 206 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.07 |
| HSL | 164º | 0.78% | 0.7% | - |
| HSV(B) | 164º | 0.5% | 0.93% | - |
| XYZ | 49.19 | 69.46 | 69.21 | - |
| YUV | 198.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 238 | 206 | 0.50 | 0 | 0.13 | 0.07 | 164 | 0.78 | 0.7 |
| Hex | 76 | EE | CE | 32 | 0 | D | 7 | A4 | 4E | 46 |
| Octal | 166 | 356 | 316 | 62 | 0 | 15 | 7 | 244 | 116 | 106 |
| Binary | 1110110 | 11101110 | 11001110 | 110010 | 0 | 1101 | 111 | 10100100 | 1001110 | 1000110 |
Color Harmonies of #76EECE
Complementary color
Monochromatic Colors of #76EECE
Black with #76EECE
Text Example
Text Example
White with #76EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EECE; }
p { color: rgb(118,238,206); }
H1.HeaderClassName
{
color: #76EECE;
}
.AnyTagClassName
{
color: #76EECE;
}
</style>
background-color css
<style>
a { background-color: #76EECE; }
a { background-color: rgb(118,238,206); }
div.DivClassName
{
background-color: #76EECE;
}
.BgClassName
{
background-color: #76EECE;
}
</style>
border-color css
<style>
span { border-color: #76EECE; }
span { border-color: rgb(118,238,206); }
td.TdClassName
{
border-color: #76EECE;
}
.TagClassName
{
border-color: #76EECE;
}
</style>