Shades of Aquamarine #7EECCC
Tints of Aquamarine #7EECCC
RGB
CMYK
RGB Variations
Color information
#7EECCC (or 0x7EECCC) is known color: Aquamarine. HEX triplet: 7E, EC and CC. RGB value is (126,236,204). Sum of RGB (Red+Green+Blue) = 126+236+204=566 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.26% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EECCC is #811333. Grayscale: #C7C7C7. Windows color (decimal): -8459060 or 13429886. OLE color: 13429886.
HSL color Cylindrical-coordinate representation of color #7EECCC: hue angle of 162.55º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EECCC is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 204 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.07 |
| HSL | 162.55º | 0.74% | 0.71% | - |
| HSV(B) | 162.55º | 0.47% | 0.93% | - |
| XYZ | 49.5 | 68.79 | 67.79 | - |
| YUV | 199.46 | 130.56 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 204 | 0.47 | 0 | 0.14 | 0.07 | 162.55 | 0.74 | 0.71 |
| Hex | 7E | EC | CC | 2F | 0 | E | 7 | A3 | 4A | 47 |
| Octal | 176 | 354 | 314 | 57 | 0 | 16 | 7 | 243 | 112 | 107 |
| Binary | 1111110 | 11101100 | 11001100 | 101111 | 0 | 1110 | 111 | 10100011 | 1001010 | 1000111 |
Color Harmonies of #7EECCC
Complementary color
Monochromatic Colors of #7EECCC
Black with #7EECCC
Text Example
Text Example
White with #7EECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EECCC; }
p { color: rgb(126,236,204); }
H1.HeaderClassName
{
color: #7EECCC;
}
.AnyTagClassName
{
color: #7EECCC;
}
</style>
background-color css
<style>
a { background-color: #7EECCC; }
a { background-color: rgb(126,236,204); }
div.DivClassName
{
background-color: #7EECCC;
}
.BgClassName
{
background-color: #7EECCC;
}
</style>
border-color css
<style>
span { border-color: #7EECCC; }
span { border-color: rgb(126,236,204); }
td.TdClassName
{
border-color: #7EECCC;
}
.TagClassName
{
border-color: #7EECCC;
}
</style>