Shades of Aquamarine #7BFCB7
Tints of Aquamarine #7BFCB7
RGB
CMYK
RGB Variations
Color information
#7BFCB7 (or 0x7BFCB7) is known color: Aquamarine. HEX triplet: 7B, FC and B7. RGB value is (123,252,183). Sum of RGB (Red+Green+Blue) = 123+252+183=558 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.04% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCB7 is #840348. Grayscale: #CDCDCD. Windows color (decimal): -8651593 or 12057723. OLE color: 12057723.
HSL color Cylindrical-coordinate representation of color #7BFCB7: hue angle of 147.91º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFCB7 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 183 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.01 |
| HSL | 147.91º | 0.96% | 0.74% | - |
| HSV(B) | 147.91º | 0.51% | 0.99% | - |
| XYZ | 51.53 | 77.25 | 56.99 | - |
| YUV | 205.56 | 115.26 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 183 | 0.51 | 0 | 0.27 | 0.01 | 147.91 | 0.96 | 0.74 |
| Hex | 7B | FC | B7 | 33 | 0 | 1B | 1 | 94 | 60 | 4A |
| Octal | 173 | 374 | 267 | 63 | 0 | 33 | 1 | 224 | 140 | 112 |
| Binary | 1111011 | 11111100 | 10110111 | 110011 | 0 | 11011 | 1 | 10010100 | 1100000 | 1001010 |
Color Harmonies of #7BFCB7
Complementary color
Monochromatic Colors of #7BFCB7
Black with #7BFCB7
Text Example
Text Example
White with #7BFCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCB7; }
p { color: rgb(123,252,183); }
H1.HeaderClassName
{
color: #7BFCB7;
}
.AnyTagClassName
{
color: #7BFCB7;
}
</style>
background-color css
<style>
a { background-color: #7BFCB7; }
a { background-color: rgb(123,252,183); }
div.DivClassName
{
background-color: #7BFCB7;
}
.BgClassName
{
background-color: #7BFCB7;
}
</style>
border-color css
<style>
span { border-color: #7BFCB7; }
span { border-color: rgb(123,252,183); }
td.TdClassName
{
border-color: #7BFCB7;
}
.TagClassName
{
border-color: #7BFCB7;
}
</style>