Shades of Aquamarine #7BFAB3
Tints of Aquamarine #7BFAB3
RGB
CMYK
RGB Variations
Color information
#7BFAB3 (or 0x7BFAB3) is known color: Aquamarine. HEX triplet: 7B, FA and B3. RGB value is (123,250,179). Sum of RGB (Red+Green+Blue) = 123+250+179=552 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.28% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAB3 is #84054C. Grayscale: #CCCCCC. Windows color (decimal): -8652109 or 11795067. OLE color: 11795067.
HSL color Cylindrical-coordinate representation of color #7BFAB3: hue angle of 146.46º 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 #7BFAB3 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 179 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.02 |
| HSL | 146.46º | 0.93% | 0.73% | - |
| HSV(B) | 146.46º | 0.51% | 0.98% | - |
| XYZ | 50.49 | 75.84 | 54.62 | - |
| YUV | 203.93 | 113.92 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 179 | 0.51 | 0 | 0.28 | 0.02 | 146.46 | 0.93 | 0.73 |
| Hex | 7B | FA | B3 | 33 | 0 | 1C | 2 | 92 | 5D | 49 |
| Octal | 173 | 372 | 263 | 63 | 0 | 34 | 2 | 222 | 135 | 111 |
| Binary | 1111011 | 11111010 | 10110011 | 110011 | 0 | 11100 | 10 | 10010010 | 1011101 | 1001001 |
Color Harmonies of #7BFAB3
Complementary color
Monochromatic Colors of #7BFAB3
Black with #7BFAB3
Text Example
Text Example
White with #7BFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAB3; }
p { color: rgb(123,250,179); }
H1.HeaderClassName
{
color: #7BFAB3;
}
.AnyTagClassName
{
color: #7BFAB3;
}
</style>
background-color css
<style>
a { background-color: #7BFAB3; }
a { background-color: rgb(123,250,179); }
div.DivClassName
{
background-color: #7BFAB3;
}
.BgClassName
{
background-color: #7BFAB3;
}
</style>
border-color css
<style>
span { border-color: #7BFAB3; }
span { border-color: rgb(123,250,179); }
td.TdClassName
{
border-color: #7BFAB3;
}
.TagClassName
{
border-color: #7BFAB3;
}
</style>