Shades of Aquamarine #7BFAB2
Tints of Aquamarine #7BFAB2
RGB
CMYK
RGB Variations
Color information
#7BFAB2 (or 0x7BFAB2) is known color: Aquamarine. HEX triplet: 7B, FA and B2. RGB value is (123,250,178). Sum of RGB (Red+Green+Blue) = 123+250+178=551 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.32% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFAB2 is #84054D. Grayscale: #CBCBCB. Windows color (decimal): -8652110 or 11729531. OLE color: 11729531.
HSL color Cylindrical-coordinate representation of color #7BFAB2: hue angle of 145.98º 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 #7BFAB2 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 178 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.02 |
| HSL | 145.98º | 0.93% | 0.73% | - |
| HSV(B) | 145.98º | 0.51% | 0.98% | - |
| XYZ | 50.39 | 75.8 | 54.09 | - |
| YUV | 203.82 | 113.42 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 178 | 0.51 | 0 | 0.29 | 0.02 | 145.98 | 0.93 | 0.73 |
| Hex | 7B | FA | B2 | 33 | 0 | 1D | 2 | 92 | 5D | 49 |
| Octal | 173 | 372 | 262 | 63 | 0 | 35 | 2 | 222 | 135 | 111 |
| Binary | 1111011 | 11111010 | 10110010 | 110011 | 0 | 11101 | 10 | 10010010 | 1011101 | 1001001 |
Color Harmonies of #7BFAB2
Complementary color
Monochromatic Colors of #7BFAB2
Black with #7BFAB2
Text Example
Text Example
White with #7BFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFAB2; }
p { color: rgb(123,250,178); }
H1.HeaderClassName
{
color: #7BFAB2;
}
.AnyTagClassName
{
color: #7BFAB2;
}
</style>
background-color css
<style>
a { background-color: #7BFAB2; }
a { background-color: rgb(123,250,178); }
div.DivClassName
{
background-color: #7BFAB2;
}
.BgClassName
{
background-color: #7BFAB2;
}
</style>
border-color css
<style>
span { border-color: #7BFAB2; }
span { border-color: rgb(123,250,178); }
td.TdClassName
{
border-color: #7BFAB2;
}
.TagClassName
{
border-color: #7BFAB2;
}
</style>