Shades of Aquamarine #7AEBDE
Tints of Aquamarine #7AEBDE
RGB
CMYK
RGB Variations
Color information
#7AEBDE (or 0x7AEBDE) is known color: Aquamarine. HEX triplet: 7A, EB and DE. RGB value is (122,235,222). Sum of RGB (Red+Green+Blue) = 122+235+222=579 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.07% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEBDE is #851421. Grayscale: #C7C7C7. Windows color (decimal): -8721442 or 14609274. OLE color: 14609274.
HSL color Cylindrical-coordinate representation of color #7AEBDE: hue angle of 173.1º 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 #7AEBDE is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 235 | 222 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.08 |
| HSL | 173.1º | 0.74% | 0.7% | - |
| HSV(B) | 173.1º | 0.48% | 0.92% | - |
| XYZ | 50.92 | 68.83 | 79.71 | - |
| YUV | 199.73 | 140.56 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 235 | 222 | 0.48 | 0 | 0.06 | 0.08 | 173.1 | 0.74 | 0.7 |
| Hex | 7A | EB | DE | 30 | 0 | 6 | 8 | AD | 4A | 46 |
| Octal | 172 | 353 | 336 | 60 | 0 | 6 | 10 | 255 | 112 | 106 |
| Binary | 1111010 | 11101011 | 11011110 | 110000 | 0 | 110 | 1000 | 10101101 | 1001010 | 1000110 |
Color Harmonies of #7AEBDE
Complementary color
Monochromatic Colors of #7AEBDE
Black with #7AEBDE
Text Example
Text Example
White with #7AEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEBDE; }
p { color: rgb(122,235,222); }
H1.HeaderClassName
{
color: #7AEBDE;
}
.AnyTagClassName
{
color: #7AEBDE;
}
</style>
background-color css
<style>
a { background-color: #7AEBDE; }
a { background-color: rgb(122,235,222); }
div.DivClassName
{
background-color: #7AEBDE;
}
.BgClassName
{
background-color: #7AEBDE;
}
</style>
border-color css
<style>
span { border-color: #7AEBDE; }
span { border-color: rgb(122,235,222); }
td.TdClassName
{
border-color: #7AEBDE;
}
.TagClassName
{
border-color: #7AEBDE;
}
</style>