Shades of Aquamarine #7BFAB0
Tints of Aquamarine #7BFAB0
RGB
CMYK
RGB Variations
Color information
#7BFAB0 (or 0x7BFAB0) is known color: Aquamarine. HEX triplet: 7B, FA and B0. RGB value is (123,250,176). Sum of RGB (Red+Green+Blue) = 123+250+176=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFAB0 is #84054F. Grayscale: #CBCBCB. Windows color (decimal): -8652112 or 11598459. OLE color: 11598459.
HSL color Cylindrical-coordinate representation of color #7BFAB0: hue angle of 145.04º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFAB0 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 176 | - |
| CMYK | 0.51 | 0 | 0.30 | 0.02 |
| HSL | 145.04º | 0.93% | 0.73% | - |
| HSV(B) | 145.04º | 0.51% | 0.98% | - |
| XYZ | 50.19 | 75.72 | 53.04 | - |
| YUV | 203.59 | 112.42 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 176 | 0.51 | 0 | 0.30 | 0.02 | 145.04 | 0.93 | 0.73 |
| Hex | 7B | FA | B0 | 33 | 0 | 1E | 2 | 91 | 5D | 49 |
| Octal | 173 | 372 | 260 | 63 | 0 | 36 | 2 | 221 | 135 | 111 |
| Binary | 1111011 | 11111010 | 10110000 | 110011 | 0 | 11110 | 10 | 10010001 | 1011101 | 1001001 |
Color Harmonies of #7BFAB0
Complementary color
Monochromatic Colors of #7BFAB0
Black with #7BFAB0
Text Example
Text Example
White with #7BFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAB0; }
p { color: rgb(123,250,176); }
H1.HeaderClassName
{
color: #7BFAB0;
}
.AnyTagClassName
{
color: #7BFAB0;
}
</style>
background-color css
<style>
a { background-color: #7BFAB0; }
a { background-color: rgb(123,250,176); }
div.DivClassName
{
background-color: #7BFAB0;
}
.BgClassName
{
background-color: #7BFAB0;
}
</style>
border-color css
<style>
span { border-color: #7BFAB0; }
span { border-color: rgb(123,250,176); }
td.TdClassName
{
border-color: #7BFAB0;
}
.TagClassName
{
border-color: #7BFAB0;
}
</style>