Shades of Aquamarine #7AEDDB
Tints of Aquamarine #7AEDDB
RGB
CMYK
RGB Variations
Color information
#7AEDDB (or 0x7AEDDB) is known color: Aquamarine. HEX triplet: 7A, ED and DB. RGB value is (122,237,219). Sum of RGB (Red+Green+Blue) = 122+237+219=578 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.11% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDDB is #851224. Grayscale: #C8C8C8. Windows color (decimal): -8720933 or 14413178. OLE color: 14413178.
HSL color Cylindrical-coordinate representation of color #7AEDDB: hue angle of 170.61º 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 #7AEDDB is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 219 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.07 |
| HSL | 170.61º | 0.76% | 0.7% | - |
| HSV(B) | 170.61º | 0.49% | 0.93% | - |
| XYZ | 51.1 | 69.82 | 77.8 | - |
| YUV | 200.56 | 138.4 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 219 | 0.49 | 0 | 0.08 | 0.07 | 170.61 | 0.76 | 0.7 |
| Hex | 7A | ED | DB | 31 | 0 | 8 | 7 | AB | 4C | 46 |
| Octal | 172 | 355 | 333 | 61 | 0 | 10 | 7 | 253 | 114 | 106 |
| Binary | 1111010 | 11101101 | 11011011 | 110001 | 0 | 1000 | 111 | 10101011 | 1001100 | 1000110 |
Color Harmonies of #7AEDDB
Complementary color
Monochromatic Colors of #7AEDDB
Black with #7AEDDB
Text Example
Text Example
White with #7AEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEDDB; }
p { color: rgb(122,237,219); }
H1.HeaderClassName
{
color: #7AEDDB;
}
.AnyTagClassName
{
color: #7AEDDB;
}
</style>
background-color css
<style>
a { background-color: #7AEDDB; }
a { background-color: rgb(122,237,219); }
div.DivClassName
{
background-color: #7AEDDB;
}
.BgClassName
{
background-color: #7AEDDB;
}
</style>
border-color css
<style>
span { border-color: #7AEDDB; }
span { border-color: rgb(122,237,219); }
td.TdClassName
{
border-color: #7AEDDB;
}
.TagClassName
{
border-color: #7AEDDB;
}
</style>