Shades of Aquamarine #7BFCB2
Tints of Aquamarine #7BFCB2
RGB
CMYK
RGB Variations
Color information
#7BFCB2 (or 0x7BFCB2) is known color: Aquamarine. HEX triplet: 7B, FC and B2. RGB value is (123,252,178). Sum of RGB (Red+Green+Blue) = 123+252+178=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFCB2 is #84034D. Grayscale: #CDCDCD. Windows color (decimal): -8651598 or 11730043. OLE color: 11730043.
HSL color Cylindrical-coordinate representation of color #7BFCB2: hue angle of 145.58º 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 #7BFCB2 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 178 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.01 |
| HSL | 145.58º | 0.96% | 0.74% | - |
| HSV(B) | 145.58º | 0.51% | 0.99% | - |
| XYZ | 51.01 | 77.05 | 54.3 | - |
| YUV | 204.99 | 112.76 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 178 | 0.51 | 0 | 0.29 | 0.01 | 145.58 | 0.96 | 0.74 |
| Hex | 7B | FC | B2 | 33 | 0 | 1D | 1 | 92 | 60 | 4A |
| Octal | 173 | 374 | 262 | 63 | 0 | 35 | 1 | 222 | 140 | 112 |
| Binary | 1111011 | 11111100 | 10110010 | 110011 | 0 | 11101 | 1 | 10010010 | 1100000 | 1001010 |
Color Harmonies of #7BFCB2
Complementary color
Monochromatic Colors of #7BFCB2
Black with #7BFCB2
Text Example
Text Example
White with #7BFCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCB2; }
p { color: rgb(123,252,178); }
H1.HeaderClassName
{
color: #7BFCB2;
}
.AnyTagClassName
{
color: #7BFCB2;
}
</style>
background-color css
<style>
a { background-color: #7BFCB2; }
a { background-color: rgb(123,252,178); }
div.DivClassName
{
background-color: #7BFCB2;
}
.BgClassName
{
background-color: #7BFCB2;
}
</style>
border-color css
<style>
span { border-color: #7BFCB2; }
span { border-color: rgb(123,252,178); }
td.TdClassName
{
border-color: #7BFCB2;
}
.TagClassName
{
border-color: #7BFCB2;
}
</style>