Shades of Aquamarine #7AEDCC
Tints of Aquamarine #7AEDCC
RGB
CMYK
RGB Variations
Color information
#7AEDCC (or 0x7AEDCC) is known color: Aquamarine. HEX triplet: 7A, ED and CC. RGB value is (122,237,204). Sum of RGB (Red+Green+Blue) = 122+237+204=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDCC is #851233. Grayscale: #C6C6C6. Windows color (decimal): -8720948 or 13430138. OLE color: 13430138.
HSL color Cylindrical-coordinate representation of color #7AEDCC: hue angle of 162.78º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEDCC is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 204 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.07 |
| HSL | 162.78º | 0.76% | 0.7% | - |
| HSV(B) | 162.78º | 0.49% | 0.93% | - |
| XYZ | 49.21 | 69.07 | 67.86 | - |
| YUV | 198.85 | 130.9 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 204 | 0.49 | 0 | 0.14 | 0.07 | 162.78 | 0.76 | 0.7 |
| Hex | 7A | ED | CC | 31 | 0 | E | 7 | A3 | 4C | 46 |
| Octal | 172 | 355 | 314 | 61 | 0 | 16 | 7 | 243 | 114 | 106 |
| Binary | 1111010 | 11101101 | 11001100 | 110001 | 0 | 1110 | 111 | 10100011 | 1001100 | 1000110 |
Color Harmonies of #7AEDCC
Complementary color
Monochromatic Colors of #7AEDCC
Black with #7AEDCC
Text Example
Text Example
White with #7AEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEDCC; }
p { color: rgb(122,237,204); }
H1.HeaderClassName
{
color: #7AEDCC;
}
.AnyTagClassName
{
color: #7AEDCC;
}
</style>
background-color css
<style>
a { background-color: #7AEDCC; }
a { background-color: rgb(122,237,204); }
div.DivClassName
{
background-color: #7AEDCC;
}
.BgClassName
{
background-color: #7AEDCC;
}
</style>
border-color css
<style>
span { border-color: #7AEDCC; }
span { border-color: rgb(122,237,204); }
td.TdClassName
{
border-color: #7AEDCC;
}
.TagClassName
{
border-color: #7AEDCC;
}
</style>