Shades of Aquamarine #7AEDCE
Tints of Aquamarine #7AEDCE
RGB
CMYK
RGB Variations
Color information
#7AEDCE (or 0x7AEDCE) is known color: Aquamarine. HEX triplet: 7A, ED and CE. RGB value is (122,237,206). Sum of RGB (Red+Green+Blue) = 122+237+206=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDCE is #851231. Grayscale: #C7C7C7. Windows color (decimal): -8720946 or 13561210. OLE color: 13561210.
HSL color Cylindrical-coordinate representation of color #7AEDCE: hue angle of 163.83º 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 #7AEDCE is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 206 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.07 |
| HSL | 163.83º | 0.76% | 0.7% | - |
| HSV(B) | 163.83º | 0.49% | 0.93% | - |
| XYZ | 49.45 | 69.16 | 69.14 | - |
| YUV | 199.08 | 131.9 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 206 | 0.49 | 0 | 0.13 | 0.07 | 163.83 | 0.76 | 0.7 |
| Hex | 7A | ED | CE | 31 | 0 | D | 7 | A4 | 4C | 46 |
| Octal | 172 | 355 | 316 | 61 | 0 | 15 | 7 | 244 | 114 | 106 |
| Binary | 1111010 | 11101101 | 11001110 | 110001 | 0 | 1101 | 111 | 10100100 | 1001100 | 1000110 |
Color Harmonies of #7AEDCE
Complementary color
Monochromatic Colors of #7AEDCE
Black with #7AEDCE
Text Example
Text Example
White with #7AEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEDCE; }
p { color: rgb(122,237,206); }
H1.HeaderClassName
{
color: #7AEDCE;
}
.AnyTagClassName
{
color: #7AEDCE;
}
</style>
background-color css
<style>
a { background-color: #7AEDCE; }
a { background-color: rgb(122,237,206); }
div.DivClassName
{
background-color: #7AEDCE;
}
.BgClassName
{
background-color: #7AEDCE;
}
</style>
border-color css
<style>
span { border-color: #7AEDCE; }
span { border-color: rgb(122,237,206); }
td.TdClassName
{
border-color: #7AEDCE;
}
.TagClassName
{
border-color: #7AEDCE;
}
</style>