Shades of Aquamarine #7AEBDD
Tints of Aquamarine #7AEBDD
RGB
CMYK
RGB Variations
Color information
#7AEBDD (or 0x7AEBDD) is known color: Aquamarine. HEX triplet: 7A, EB and DD. RGB value is (122,235,221). Sum of RGB (Red+Green+Blue) = 122+235+221=578 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.11% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEBDD is #851422. Grayscale: #C7C7C7. Windows color (decimal): -8721443 or 14543738. OLE color: 14543738.
HSL color Cylindrical-coordinate representation of color #7AEBDD: hue angle of 172.57º degrees, saturation: 0.74, 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 #7AEBDD is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 235 | 221 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.08 |
| HSL | 172.57º | 0.74% | 0.7% | - |
| HSV(B) | 172.57º | 0.48% | 0.92% | - |
| XYZ | 50.79 | 68.77 | 79 | - |
| YUV | 199.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 235 | 221 | 0.48 | 0 | 0.06 | 0.08 | 172.57 | 0.74 | 0.7 |
| Hex | 7A | EB | DD | 30 | 0 | 6 | 8 | AD | 4A | 46 |
| Octal | 172 | 353 | 335 | 60 | 0 | 6 | 10 | 255 | 112 | 106 |
| Binary | 1111010 | 11101011 | 11011101 | 110000 | 0 | 110 | 1000 | 10101101 | 1001010 | 1000110 |
Color Harmonies of #7AEBDD
Complementary color
Monochromatic Colors of #7AEBDD
Black with #7AEBDD
Text Example
Text Example
White with #7AEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEBDD; }
p { color: rgb(122,235,221); }
H1.HeaderClassName
{
color: #7AEBDD;
}
.AnyTagClassName
{
color: #7AEBDD;
}
</style>
background-color css
<style>
a { background-color: #7AEBDD; }
a { background-color: rgb(122,235,221); }
div.DivClassName
{
background-color: #7AEBDD;
}
.BgClassName
{
background-color: #7AEBDD;
}
</style>
border-color css
<style>
span { border-color: #7AEBDD; }
span { border-color: rgb(122,235,221); }
td.TdClassName
{
border-color: #7AEBDD;
}
.TagClassName
{
border-color: #7AEBDD;
}
</style>