Shades of Aquamarine #7AEECB
Tints of Aquamarine #7AEECB
RGB
CMYK
RGB Variations
Color information
#7AEECB (or 0x7AEECB) is known color: Aquamarine. HEX triplet: 7A, EE and CB. RGB value is (122,238,203). Sum of RGB (Red+Green+Blue) = 122+238+203=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEECB is #851134. Grayscale: #C7C7C7. Windows color (decimal): -8720693 or 13364858. OLE color: 13364858.
HSL color Cylindrical-coordinate representation of color #7AEECB: hue angle of 161.9º 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 #7AEECB is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 238 | 203 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.07 |
| HSL | 161.9º | 0.77% | 0.71% | - |
| HSV(B) | 161.9º | 0.49% | 0.93% | - |
| XYZ | 49.38 | 69.6 | 67.33 | - |
| YUV | 199.33 | 130.07 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 238 | 203 | 0.49 | 0 | 0.15 | 0.07 | 161.9 | 0.77 | 0.71 |
| Hex | 7A | EE | CB | 31 | 0 | F | 7 | A2 | 4D | 47 |
| Octal | 172 | 356 | 313 | 61 | 0 | 17 | 7 | 242 | 115 | 107 |
| Binary | 1111010 | 11101110 | 11001011 | 110001 | 0 | 1111 | 111 | 10100010 | 1001101 | 1000111 |
Color Harmonies of #7AEECB
Complementary color
Monochromatic Colors of #7AEECB
Black with #7AEECB
Text Example
Text Example
White with #7AEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEECB; }
p { color: rgb(122,238,203); }
H1.HeaderClassName
{
color: #7AEECB;
}
.AnyTagClassName
{
color: #7AEECB;
}
</style>
background-color css
<style>
a { background-color: #7AEECB; }
a { background-color: rgb(122,238,203); }
div.DivClassName
{
background-color: #7AEECB;
}
.BgClassName
{
background-color: #7AEECB;
}
</style>
border-color css
<style>
span { border-color: #7AEECB; }
span { border-color: rgb(122,238,203); }
td.TdClassName
{
border-color: #7AEECB;
}
.TagClassName
{
border-color: #7AEECB;
}
</style>