Shades of Aquamarine #7AF1BA
Tints of Aquamarine #7AF1BA
RGB
CMYK
RGB Variations
Color information
#7AF1BA (or 0x7AF1BA) is known color: Aquamarine. HEX triplet: 7A, F1 and BA. RGB value is (122,241,186). Sum of RGB (Red+Green+Blue) = 122+241+186=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF1BA is #850E45. Grayscale: #C7C7C7. Windows color (decimal): -8719942 or 12251514. OLE color: 12251514.
HSL color Cylindrical-coordinate representation of color #7AF1BA: hue angle of 152.27º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF1BA is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 186 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.05 |
| HSL | 152.27º | 0.81% | 0.71% | - |
| HSV(B) | 152.27º | 0.49% | 0.95% | - |
| XYZ | 48.34 | 70.59 | 57.53 | - |
| YUV | 199.15 | 120.58 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 186 | 0.49 | 0 | 0.23 | 0.05 | 152.27 | 0.81 | 0.71 |
| Hex | 7A | F1 | BA | 31 | 0 | 17 | 5 | 98 | 51 | 47 |
| Octal | 172 | 361 | 272 | 61 | 0 | 27 | 5 | 230 | 121 | 107 |
| Binary | 1111010 | 11110001 | 10111010 | 110001 | 0 | 10111 | 101 | 10011000 | 1010001 | 1000111 |
Color Harmonies of #7AF1BA
Complementary color
Monochromatic Colors of #7AF1BA
Black with #7AF1BA
Text Example
Text Example
White with #7AF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF1BA; }
p { color: rgb(122,241,186); }
H1.HeaderClassName
{
color: #7AF1BA;
}
.AnyTagClassName
{
color: #7AF1BA;
}
</style>
background-color css
<style>
a { background-color: #7AF1BA; }
a { background-color: rgb(122,241,186); }
div.DivClassName
{
background-color: #7AF1BA;
}
.BgClassName
{
background-color: #7AF1BA;
}
</style>
border-color css
<style>
span { border-color: #7AF1BA; }
span { border-color: rgb(122,241,186); }
td.TdClassName
{
border-color: #7AF1BA;
}
.TagClassName
{
border-color: #7AF1BA;
}
</style>