Shades of Aquamarine #7AEECC
Tints of Aquamarine #7AEECC
RGB
CMYK
RGB Variations
Color information
#7AEECC (or 0x7AEECC) is known color: Aquamarine. HEX triplet: 7A, EE and CC. RGB value is (122,238,204). Sum of RGB (Red+Green+Blue) = 122+238+204=564 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.63% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEECC is #851133. Grayscale: #C7C7C7. Windows color (decimal): -8720692 or 13430394. OLE color: 13430394.
HSL color Cylindrical-coordinate representation of color #7AEECC: hue angle of 162.41º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEECC is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 238 | 204 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.07 |
| HSL | 162.41º | 0.77% | 0.71% | - |
| HSV(B) | 162.41º | 0.49% | 0.93% | - |
| XYZ | 49.5 | 69.65 | 67.96 | - |
| YUV | 199.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 238 | 204 | 0.49 | 0 | 0.14 | 0.07 | 162.41 | 0.77 | 0.71 |
| Hex | 7A | EE | CC | 31 | 0 | E | 7 | A2 | 4D | 47 |
| Octal | 172 | 356 | 314 | 61 | 0 | 16 | 7 | 242 | 115 | 107 |
| Binary | 1111010 | 11101110 | 11001100 | 110001 | 0 | 1110 | 111 | 10100010 | 1001101 | 1000111 |
Color Harmonies of #7AEECC
Complementary color
Monochromatic Colors of #7AEECC
Black with #7AEECC
Text Example
Text Example
White with #7AEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEECC; }
p { color: rgb(122,238,204); }
H1.HeaderClassName
{
color: #7AEECC;
}
.AnyTagClassName
{
color: #7AEECC;
}
</style>
background-color css
<style>
a { background-color: #7AEECC; }
a { background-color: rgb(122,238,204); }
div.DivClassName
{
background-color: #7AEECC;
}
.BgClassName
{
background-color: #7AEECC;
}
</style>
border-color css
<style>
span { border-color: #7AEECC; }
span { border-color: rgb(122,238,204); }
td.TdClassName
{
border-color: #7AEECC;
}
.TagClassName
{
border-color: #7AEECC;
}
</style>