Shades of Aquamarine #7BFABF
Tints of Aquamarine #7BFABF
RGB
CMYK
RGB Variations
Color information
#7BFABF (or 0x7BFABF) is known color: Aquamarine. HEX triplet: 7B, FA and BF. RGB value is (123,250,191). Sum of RGB (Red+Green+Blue) = 123+250+191=564 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.81% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFABF is #840540. Grayscale: #CDCDCD. Windows color (decimal): -8652097 or 12581499. OLE color: 12581499.
HSL color Cylindrical-coordinate representation of color #7BFABF: hue angle of 152.13º 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 #7BFABF is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 191 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.02 |
| HSL | 152.13º | 0.93% | 0.73% | - |
| HSV(B) | 152.13º | 0.51% | 0.98% | - |
| XYZ | 51.76 | 76.34 | 61.3 | - |
| YUV | 205.3 | 119.92 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 191 | 0.51 | 0 | 0.24 | 0.02 | 152.13 | 0.93 | 0.73 |
| Hex | 7B | FA | BF | 33 | 0 | 18 | 2 | 98 | 5D | 49 |
| Octal | 173 | 372 | 277 | 63 | 0 | 30 | 2 | 230 | 135 | 111 |
| Binary | 1111011 | 11111010 | 10111111 | 110011 | 0 | 11000 | 10 | 10011000 | 1011101 | 1001001 |
Color Harmonies of #7BFABF
Complementary color
Monochromatic Colors of #7BFABF
Black with #7BFABF
Text Example
Text Example
White with #7BFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFABF; }
p { color: rgb(123,250,191); }
H1.HeaderClassName
{
color: #7BFABF;
}
.AnyTagClassName
{
color: #7BFABF;
}
</style>
background-color css
<style>
a { background-color: #7BFABF; }
a { background-color: rgb(123,250,191); }
div.DivClassName
{
background-color: #7BFABF;
}
.BgClassName
{
background-color: #7BFABF;
}
</style>
border-color css
<style>
span { border-color: #7BFABF; }
span { border-color: rgb(123,250,191); }
td.TdClassName
{
border-color: #7BFABF;
}
.TagClassName
{
border-color: #7BFABF;
}
</style>