Shades of Aquamarine #7AEADB
Tints of Aquamarine #7AEADB
RGB
CMYK
RGB Variations
Color information
#7AEADB (or 0x7AEADB) is known color: Aquamarine. HEX triplet: 7A, EA and DB. RGB value is (122,234,219). Sum of RGB (Red+Green+Blue) = 122+234+219=575 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.22% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEADB is #851524. Grayscale: #C6C6C6. Windows color (decimal): -8721701 or 14412410. OLE color: 14412410.
HSL color Cylindrical-coordinate representation of color #7AEADB: hue angle of 171.96º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEADB is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 234 | 219 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.08 |
| HSL | 171.96º | 0.73% | 0.7% | - |
| HSV(B) | 171.96º | 0.48% | 0.92% | - |
| XYZ | 50.24 | 68.1 | 77.51 | - |
| YUV | 198.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 234 | 219 | 0.48 | 0 | 0.06 | 0.08 | 171.96 | 0.73 | 0.7 |
| Hex | 7A | EA | DB | 30 | 0 | 6 | 8 | AC | 49 | 46 |
| Octal | 172 | 352 | 333 | 60 | 0 | 6 | 10 | 254 | 111 | 106 |
| Binary | 1111010 | 11101010 | 11011011 | 110000 | 0 | 110 | 1000 | 10101100 | 1001001 | 1000110 |
Color Harmonies of #7AEADB
Complementary color
Monochromatic Colors of #7AEADB
Black with #7AEADB
Text Example
Text Example
White with #7AEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEADB; }
p { color: rgb(122,234,219); }
H1.HeaderClassName
{
color: #7AEADB;
}
.AnyTagClassName
{
color: #7AEADB;
}
</style>
background-color css
<style>
a { background-color: #7AEADB; }
a { background-color: rgb(122,234,219); }
div.DivClassName
{
background-color: #7AEADB;
}
.BgClassName
{
background-color: #7AEADB;
}
</style>
border-color css
<style>
span { border-color: #7AEADB; }
span { border-color: rgb(122,234,219); }
td.TdClassName
{
border-color: #7AEADB;
}
.TagClassName
{
border-color: #7AEADB;
}
</style>