Shades of Aquamarine #7AEEBC
Tints of Aquamarine #7AEEBC
RGB
CMYK
RGB Variations
Color information
#7AEEBC (or 0x7AEEBC) is known color: Aquamarine. HEX triplet: 7A, EE and BC. RGB value is (122,238,188). Sum of RGB (Red+Green+Blue) = 122+238+188=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEEBC is #851143. Grayscale: #C5C5C5. Windows color (decimal): -8720708 or 12381818. OLE color: 12381818.
HSL color Cylindrical-coordinate representation of color #7AEEBC: hue angle of 154.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEEBC is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 238 | 188 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.07 |
| HSL | 154.14º | 0.77% | 0.71% | - |
| HSV(B) | 154.14º | 0.49% | 0.93% | - |
| XYZ | 47.68 | 68.92 | 58.37 | - |
| YUV | 197.62 | 122.57 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 238 | 188 | 0.49 | 0 | 0.21 | 0.07 | 154.14 | 0.77 | 0.71 |
| Hex | 7A | EE | BC | 31 | 0 | 15 | 7 | 9A | 4D | 47 |
| Octal | 172 | 356 | 274 | 61 | 0 | 25 | 7 | 232 | 115 | 107 |
| Binary | 1111010 | 11101110 | 10111100 | 110001 | 0 | 10101 | 111 | 10011010 | 1001101 | 1000111 |
Color Harmonies of #7AEEBC
Complementary color
Monochromatic Colors of #7AEEBC
Black with #7AEEBC
Text Example
Text Example
White with #7AEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEEBC; }
p { color: rgb(122,238,188); }
H1.HeaderClassName
{
color: #7AEEBC;
}
.AnyTagClassName
{
color: #7AEEBC;
}
</style>
background-color css
<style>
a { background-color: #7AEEBC; }
a { background-color: rgb(122,238,188); }
div.DivClassName
{
background-color: #7AEEBC;
}
.BgClassName
{
background-color: #7AEEBC;
}
</style>
border-color css
<style>
span { border-color: #7AEEBC; }
span { border-color: rgb(122,238,188); }
td.TdClassName
{
border-color: #7AEEBC;
}
.TagClassName
{
border-color: #7AEEBC;
}
</style>