Shades of Medium Aquamarine #7AE1B1
Tints of Medium Aquamarine #7AE1B1
RGB
CMYK
RGB Variations
Color information
#7AE1B1 (or 0x7AE1B1) is known color: Medium Aquamarine. HEX triplet: 7A, E1 and B1. RGB value is (122,225,177). Sum of RGB (Red+Green+Blue) = 122+225+177=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE1B1 is #851E4E. Grayscale: #BCBCBC. Windows color (decimal): -8724047 or 11657594. OLE color: 11657594.
HSL color Cylindrical-coordinate representation of color #7AE1B1: hue angle of 152.04º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE1B1 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 225 | 177 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.12 |
| HSL | 152.04º | 0.63% | 0.68% | - |
| HSV(B) | 152.04º | 0.46% | 0.88% | - |
| XYZ | 42.89 | 61.16 | 51.14 | - |
| YUV | 188.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 225 | 177 | 0.46 | 0 | 0.21 | 0.12 | 152.04 | 0.63 | 0.68 |
| Hex | 7A | E1 | B1 | 2E | 0 | 15 | C | 98 | 3F | 44 |
| Octal | 172 | 341 | 261 | 56 | 0 | 25 | 14 | 230 | 77 | 104 |
| Binary | 1111010 | 11100001 | 10110001 | 101110 | 0 | 10101 | 1100 | 10011000 | 111111 | 1000100 |
Color Harmonies of #7AE1B1
Complementary color
Monochromatic Colors of #7AE1B1
Black with #7AE1B1
Text Example
Text Example
White with #7AE1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE1B1; }
p { color: rgb(122,225,177); }
H1.HeaderClassName
{
color: #7AE1B1;
}
.AnyTagClassName
{
color: #7AE1B1;
}
</style>
background-color css
<style>
a { background-color: #7AE1B1; }
a { background-color: rgb(122,225,177); }
div.DivClassName
{
background-color: #7AE1B1;
}
.BgClassName
{
background-color: #7AE1B1;
}
</style>
border-color css
<style>
span { border-color: #7AE1B1; }
span { border-color: rgb(122,225,177); }
td.TdClassName
{
border-color: #7AE1B1;
}
.TagClassName
{
border-color: #7AE1B1;
}
</style>