Shades of Aquamarine #7AECCC
Tints of Aquamarine #7AECCC
RGB
CMYK
RGB Variations
Color information
#7AECCC (or 0x7AECCC) is known color: Aquamarine. HEX triplet: 7A, EC and CC. RGB value is (122,236,204). Sum of RGB (Red+Green+Blue) = 122+236+204=562 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.71% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AECCC is #851333. Grayscale: #C6C6C6. Windows color (decimal): -8721204 or 13429882. OLE color: 13429882.
HSL color Cylindrical-coordinate representation of color #7AECCC: hue angle of 163.16º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AECCC is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 236 | 204 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.07 |
| HSL | 163.16º | 0.75% | 0.7% | - |
| HSV(B) | 163.16º | 0.48% | 0.93% | - |
| XYZ | 48.92 | 68.49 | 67.77 | - |
| YUV | 198.27 | 131.23 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 204 | 0.48 | 0 | 0.14 | 0.07 | 163.16 | 0.75 | 0.7 |
| Hex | 7A | EC | CC | 30 | 0 | E | 7 | A3 | 4B | 46 |
| Octal | 172 | 354 | 314 | 60 | 0 | 16 | 7 | 243 | 113 | 106 |
| Binary | 1111010 | 11101100 | 11001100 | 110000 | 0 | 1110 | 111 | 10100011 | 1001011 | 1000110 |
Color Harmonies of #7AECCC
Complementary color
Monochromatic Colors of #7AECCC
Black with #7AECCC
Text Example
Text Example
White with #7AECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECCC; }
p { color: rgb(122,236,204); }
H1.HeaderClassName
{
color: #7AECCC;
}
.AnyTagClassName
{
color: #7AECCC;
}
</style>
background-color css
<style>
a { background-color: #7AECCC; }
a { background-color: rgb(122,236,204); }
div.DivClassName
{
background-color: #7AECCC;
}
.BgClassName
{
background-color: #7AECCC;
}
</style>
border-color css
<style>
span { border-color: #7AECCC; }
span { border-color: rgb(122,236,204); }
td.TdClassName
{
border-color: #7AECCC;
}
.TagClassName
{
border-color: #7AECCC;
}
</style>