Shades of Aquamarine #7EEECC
Tints of Aquamarine #7EEECC
RGB
CMYK
RGB Variations
Color information
#7EEECC (or 0x7EEECC) is known color: Aquamarine. HEX triplet: 7E, EE and CC. RGB value is (126,238,204). Sum of RGB (Red+Green+Blue) = 126+238+204=568 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.18% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEECC is #811133. Grayscale: #C8C8C8. Windows color (decimal): -8458548 or 13430398. OLE color: 13430398.
HSL color Cylindrical-coordinate representation of color #7EEECC: hue angle of 161.79º degrees, saturation: 0.77, 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 #7EEECC is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 238 | 204 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.07 |
| HSL | 161.79º | 0.77% | 0.71% | - |
| HSV(B) | 161.79º | 0.47% | 0.93% | - |
| XYZ | 50.08 | 69.94 | 67.99 | - |
| YUV | 200.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 238 | 204 | 0.47 | 0 | 0.14 | 0.07 | 161.79 | 0.77 | 0.71 |
| Hex | 7E | EE | CC | 2F | 0 | E | 7 | A2 | 4D | 47 |
| Octal | 176 | 356 | 314 | 57 | 0 | 16 | 7 | 242 | 115 | 107 |
| Binary | 1111110 | 11101110 | 11001100 | 101111 | 0 | 1110 | 111 | 10100010 | 1001101 | 1000111 |
Color Harmonies of #7EEECC
Complementary color
Monochromatic Colors of #7EEECC
Black with #7EEECC
Text Example
Text Example
White with #7EEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEECC; }
p { color: rgb(126,238,204); }
H1.HeaderClassName
{
color: #7EEECC;
}
.AnyTagClassName
{
color: #7EEECC;
}
</style>
background-color css
<style>
a { background-color: #7EEECC; }
a { background-color: rgb(126,238,204); }
div.DivClassName
{
background-color: #7EEECC;
}
.BgClassName
{
background-color: #7EEECC;
}
</style>
border-color css
<style>
span { border-color: #7EEECC; }
span { border-color: rgb(126,238,204); }
td.TdClassName
{
border-color: #7EEECC;
}
.TagClassName
{
border-color: #7EEECC;
}
</style>