Shades of Aquamarine #7BFABB
Tints of Aquamarine #7BFABB
RGB
CMYK
RGB Variations
Color information
#7BFABB (or 0x7BFABB) is known color: Aquamarine. HEX triplet: 7B, FA and BB. RGB value is (123,250,187). Sum of RGB (Red+Green+Blue) = 123+250+187=560 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.96% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFABB is #840544. Grayscale: #CCCCCC. Windows color (decimal): -8652101 or 12319355. OLE color: 12319355.
HSL color Cylindrical-coordinate representation of color #7BFABB: hue angle of 150.24º 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 #7BFABB is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 187 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.02 |
| HSL | 150.24º | 0.93% | 0.73% | - |
| HSV(B) | 150.24º | 0.51% | 0.98% | - |
| XYZ | 51.32 | 76.17 | 59.01 | - |
| YUV | 204.85 | 117.92 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 187 | 0.51 | 0 | 0.25 | 0.02 | 150.24 | 0.93 | 0.73 |
| Hex | 7B | FA | BB | 33 | 0 | 19 | 2 | 96 | 5D | 49 |
| Octal | 173 | 372 | 273 | 63 | 0 | 31 | 2 | 226 | 135 | 111 |
| Binary | 1111011 | 11111010 | 10111011 | 110011 | 0 | 11001 | 10 | 10010110 | 1011101 | 1001001 |
Color Harmonies of #7BFABB
Complementary color
Monochromatic Colors of #7BFABB
Black with #7BFABB
Text Example
Text Example
White with #7BFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFABB; }
p { color: rgb(123,250,187); }
H1.HeaderClassName
{
color: #7BFABB;
}
.AnyTagClassName
{
color: #7BFABB;
}
</style>
background-color css
<style>
a { background-color: #7BFABB; }
a { background-color: rgb(123,250,187); }
div.DivClassName
{
background-color: #7BFABB;
}
.BgClassName
{
background-color: #7BFABB;
}
</style>
border-color css
<style>
span { border-color: #7BFABB; }
span { border-color: rgb(123,250,187); }
td.TdClassName
{
border-color: #7BFABB;
}
.TagClassName
{
border-color: #7BFABB;
}
</style>