Shades of Aquamarine #7AEBDB
Tints of Aquamarine #7AEBDB
RGB
CMYK
RGB Variations
Color information
#7AEBDB (or 0x7AEBDB) is known color: Aquamarine. HEX triplet: 7A, EB and DB. RGB value is (122,235,219). Sum of RGB (Red+Green+Blue) = 122+235+219=576 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.18% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEBDB is #851424. Grayscale: #C7C7C7. Windows color (decimal): -8721445 or 14412666. OLE color: 14412666.
HSL color Cylindrical-coordinate representation of color #7AEBDB: hue angle of 171.5º 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 #7AEBDB is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 235 | 219 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.08 |
| HSL | 171.5º | 0.74% | 0.7% | - |
| HSV(B) | 171.5º | 0.48% | 0.92% | - |
| XYZ | 50.52 | 68.67 | 77.61 | - |
| YUV | 199.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 235 | 219 | 0.48 | 0 | 0.07 | 0.08 | 171.5 | 0.74 | 0.7 |
| Hex | 7A | EB | DB | 30 | 0 | 7 | 8 | AC | 4A | 46 |
| Octal | 172 | 353 | 333 | 60 | 0 | 7 | 10 | 254 | 112 | 106 |
| Binary | 1111010 | 11101011 | 11011011 | 110000 | 0 | 111 | 1000 | 10101100 | 1001010 | 1000110 |
Color Harmonies of #7AEBDB
Complementary color
Monochromatic Colors of #7AEBDB
Black with #7AEBDB
Text Example
Text Example
White with #7AEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEBDB; }
p { color: rgb(122,235,219); }
H1.HeaderClassName
{
color: #7AEBDB;
}
.AnyTagClassName
{
color: #7AEBDB;
}
</style>
background-color css
<style>
a { background-color: #7AEBDB; }
a { background-color: rgb(122,235,219); }
div.DivClassName
{
background-color: #7AEBDB;
}
.BgClassName
{
background-color: #7AEBDB;
}
</style>
border-color css
<style>
span { border-color: #7AEBDB; }
span { border-color: rgb(122,235,219); }
td.TdClassName
{
border-color: #7AEBDB;
}
.TagClassName
{
border-color: #7AEBDB;
}
</style>