Shades of Aquamarine #7BFBC0
Tints of Aquamarine #7BFBC0
RGB
CMYK
RGB Variations
Color information
#7BFBC0 (or 0x7BFBC0) is known color: Aquamarine. HEX triplet: 7B, FB and C0. RGB value is (123,251,192). Sum of RGB (Red+Green+Blue) = 123+251+192=566 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.73% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFBC0 is #84043F. Grayscale: #CECECE. Windows color (decimal): -8651840 or 12647291. OLE color: 12647291.
HSL color Cylindrical-coordinate representation of color #7BFBC0: hue angle of 152.34º degrees, saturation: 0.94, 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 #7BFBC0 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 251 | 192 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.02 |
| HSL | 152.34º | 0.94% | 0.73% | - |
| HSV(B) | 152.34º | 0.51% | 0.98% | - |
| XYZ | 52.18 | 77.01 | 61.98 | - |
| YUV | 206 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 251 | 192 | 0.51 | 0 | 0.24 | 0.02 | 152.34 | 0.94 | 0.73 |
| Hex | 7B | FB | C0 | 33 | 0 | 18 | 2 | 98 | 5E | 49 |
| Octal | 173 | 373 | 300 | 63 | 0 | 30 | 2 | 230 | 136 | 111 |
| Binary | 1111011 | 11111011 | 11000000 | 110011 | 0 | 11000 | 10 | 10011000 | 1011110 | 1001001 |
Color Harmonies of #7BFBC0
Complementary color
Monochromatic Colors of #7BFBC0
Black with #7BFBC0
Text Example
Text Example
White with #7BFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFBC0; }
p { color: rgb(123,251,192); }
H1.HeaderClassName
{
color: #7BFBC0;
}
.AnyTagClassName
{
color: #7BFBC0;
}
</style>
background-color css
<style>
a { background-color: #7BFBC0; }
a { background-color: rgb(123,251,192); }
div.DivClassName
{
background-color: #7BFBC0;
}
.BgClassName
{
background-color: #7BFBC0;
}
</style>
border-color css
<style>
span { border-color: #7BFBC0; }
span { border-color: rgb(123,251,192); }
td.TdClassName
{
border-color: #7BFBC0;
}
.TagClassName
{
border-color: #7BFBC0;
}
</style>