Shades of Aquamarine #7AECCD
Tints of Aquamarine #7AECCD
RGB
CMYK
RGB Variations
Color information
#7AECCD (or 0x7AECCD) is known color: Aquamarine. HEX triplet: 7A, EC and CD. RGB value is (122,236,205). Sum of RGB (Red+Green+Blue) = 122+236+205=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AECCD is #851332. Grayscale: #C6C6C6. Windows color (decimal): -8721203 or 13495418. OLE color: 13495418.
HSL color Cylindrical-coordinate representation of color #7AECCD: hue angle of 163.68º 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 #7AECCD is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 236 | 205 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.07 |
| HSL | 163.68º | 0.75% | 0.7% | - |
| HSV(B) | 163.68º | 0.48% | 0.93% | - |
| XYZ | 49.04 | 68.54 | 68.4 | - |
| YUV | 198.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 205 | 0.48 | 0 | 0.13 | 0.07 | 163.68 | 0.75 | 0.7 |
| Hex | 7A | EC | CD | 30 | 0 | D | 7 | A4 | 4B | 46 |
| Octal | 172 | 354 | 315 | 60 | 0 | 15 | 7 | 244 | 113 | 106 |
| Binary | 1111010 | 11101100 | 11001101 | 110000 | 0 | 1101 | 111 | 10100100 | 1001011 | 1000110 |
Color Harmonies of #7AECCD
Complementary color
Monochromatic Colors of #7AECCD
Black with #7AECCD
Text Example
Text Example
White with #7AECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECCD; }
p { color: rgb(122,236,205); }
H1.HeaderClassName
{
color: #7AECCD;
}
.AnyTagClassName
{
color: #7AECCD;
}
</style>
background-color css
<style>
a { background-color: #7AECCD; }
a { background-color: rgb(122,236,205); }
div.DivClassName
{
background-color: #7AECCD;
}
.BgClassName
{
background-color: #7AECCD;
}
</style>
border-color css
<style>
span { border-color: #7AECCD; }
span { border-color: rgb(122,236,205); }
td.TdClassName
{
border-color: #7AECCD;
}
.TagClassName
{
border-color: #7AECCD;
}
</style>