Shades of Aquamarine #7AEBCB
Tints of Aquamarine #7AEBCB
RGB
CMYK
RGB Variations
Color information
#7AEBCB (or 0x7AEBCB) is known color: Aquamarine. HEX triplet: 7A, EB and CB. RGB value is (122,235,203). Sum of RGB (Red+Green+Blue) = 122+235+203=560 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.79% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEBCB is #851434. Grayscale: #C5C5C5. Windows color (decimal): -8721461 or 13364090. OLE color: 13364090.
HSL color Cylindrical-coordinate representation of color #7AEBCB: hue angle of 163.01º 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 #7AEBCB is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 235 | 203 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.08 |
| HSL | 163.01º | 0.74% | 0.7% | - |
| HSV(B) | 163.01º | 0.48% | 0.92% | - |
| XYZ | 48.51 | 67.87 | 67.04 | - |
| YUV | 197.57 | 131.06 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 235 | 203 | 0.48 | 0 | 0.14 | 0.08 | 163.01 | 0.74 | 0.7 |
| Hex | 7A | EB | CB | 30 | 0 | E | 8 | A3 | 4A | 46 |
| Octal | 172 | 353 | 313 | 60 | 0 | 16 | 10 | 243 | 112 | 106 |
| Binary | 1111010 | 11101011 | 11001011 | 110000 | 0 | 1110 | 1000 | 10100011 | 1001010 | 1000110 |
Color Harmonies of #7AEBCB
Complementary color
Monochromatic Colors of #7AEBCB
Black with #7AEBCB
Text Example
Text Example
White with #7AEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEBCB; }
p { color: rgb(122,235,203); }
H1.HeaderClassName
{
color: #7AEBCB;
}
.AnyTagClassName
{
color: #7AEBCB;
}
</style>
background-color css
<style>
a { background-color: #7AEBCB; }
a { background-color: rgb(122,235,203); }
div.DivClassName
{
background-color: #7AEBCB;
}
.BgClassName
{
background-color: #7AEBCB;
}
</style>
border-color css
<style>
span { border-color: #7AEBCB; }
span { border-color: rgb(122,235,203); }
td.TdClassName
{
border-color: #7AEBCB;
}
.TagClassName
{
border-color: #7AEBCB;
}
</style>