Shades of Aquamarine #7AECCE
Tints of Aquamarine #7AECCE
RGB
CMYK
RGB Variations
Color information
#7AECCE (or 0x7AECCE) is known color: Aquamarine. HEX triplet: 7A, EC and CE. RGB value is (122,236,206). Sum of RGB (Red+Green+Blue) = 122+236+206=564 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.63% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AECCE is #851331. Grayscale: #C6C6C6. Windows color (decimal): -8721202 or 13560954. OLE color: 13560954.
HSL color Cylindrical-coordinate representation of color #7AECCE: hue angle of 164.21º 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 #7AECCE is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 236 | 206 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.07 |
| HSL | 164.21º | 0.75% | 0.7% | - |
| HSV(B) | 164.21º | 0.48% | 0.93% | - |
| XYZ | 49.16 | 68.58 | 69.04 | - |
| YUV | 198.49 | 132.23 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 206 | 0.48 | 0 | 0.13 | 0.07 | 164.21 | 0.75 | 0.7 |
| Hex | 7A | EC | CE | 30 | 0 | D | 7 | A4 | 4B | 46 |
| Octal | 172 | 354 | 316 | 60 | 0 | 15 | 7 | 244 | 113 | 106 |
| Binary | 1111010 | 11101100 | 11001110 | 110000 | 0 | 1101 | 111 | 10100100 | 1001011 | 1000110 |
Color Harmonies of #7AECCE
Complementary color
Monochromatic Colors of #7AECCE
Black with #7AECCE
Text Example
Text Example
White with #7AECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECCE; }
p { color: rgb(122,236,206); }
H1.HeaderClassName
{
color: #7AECCE;
}
.AnyTagClassName
{
color: #7AECCE;
}
</style>
background-color css
<style>
a { background-color: #7AECCE; }
a { background-color: rgb(122,236,206); }
div.DivClassName
{
background-color: #7AECCE;
}
.BgClassName
{
background-color: #7AECCE;
}
</style>
border-color css
<style>
span { border-color: #7AECCE; }
span { border-color: rgb(122,236,206); }
td.TdClassName
{
border-color: #7AECCE;
}
.TagClassName
{
border-color: #7AECCE;
}
</style>