Shades of Aquamarine #7AECC2
Tints of Aquamarine #7AECC2
RGB
CMYK
RGB Variations
Color information
#7AECC2 (or 0x7AECC2) is known color: Aquamarine. HEX triplet: 7A, EC and C2. RGB value is (122,236,194). Sum of RGB (Red+Green+Blue) = 122+236+194=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AECC2 is #85133D. Grayscale: #C5C5C5. Windows color (decimal): -8721214 or 12774522. OLE color: 12774522.
HSL color Cylindrical-coordinate representation of color #7AECC2: hue angle of 157.89º 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 #7AECC2 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 236 | 194 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.07 |
| HSL | 157.89º | 0.75% | 0.7% | - |
| HSV(B) | 157.89º | 0.48% | 0.93% | - |
| XYZ | 47.76 | 68.02 | 61.65 | - |
| YUV | 197.13 | 126.23 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 194 | 0.48 | 0 | 0.18 | 0.07 | 157.89 | 0.75 | 0.7 |
| Hex | 7A | EC | C2 | 30 | 0 | 12 | 7 | 9E | 4B | 46 |
| Octal | 172 | 354 | 302 | 60 | 0 | 22 | 7 | 236 | 113 | 106 |
| Binary | 1111010 | 11101100 | 11000010 | 110000 | 0 | 10010 | 111 | 10011110 | 1001011 | 1000110 |
Color Harmonies of #7AECC2
Complementary color
Monochromatic Colors of #7AECC2
Black with #7AECC2
Text Example
Text Example
White with #7AECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECC2; }
p { color: rgb(122,236,194); }
H1.HeaderClassName
{
color: #7AECC2;
}
.AnyTagClassName
{
color: #7AECC2;
}
</style>
background-color css
<style>
a { background-color: #7AECC2; }
a { background-color: rgb(122,236,194); }
div.DivClassName
{
background-color: #7AECC2;
}
.BgClassName
{
background-color: #7AECC2;
}
</style>
border-color css
<style>
span { border-color: #7AECC2; }
span { border-color: rgb(122,236,194); }
td.TdClassName
{
border-color: #7AECC2;
}
.TagClassName
{
border-color: #7AECC2;
}
</style>