Shades of Aquamarine #7BFCB4
Tints of Aquamarine #7BFCB4
RGB
CMYK
RGB Variations
Color information
#7BFCB4 (or 0x7BFCB4) is known color: Aquamarine. HEX triplet: 7B, FC and B4. RGB value is (123,252,180). Sum of RGB (Red+Green+Blue) = 123+252+180=555 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.16% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCB4 is #84034B. Grayscale: #CDCDCD. Windows color (decimal): -8651596 or 11861115. OLE color: 11861115.
HSL color Cylindrical-coordinate representation of color #7BFCB4: hue angle of 146.51º 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 #7BFCB4 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 180 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.01 |
| HSL | 146.51º | 0.96% | 0.74% | - |
| HSV(B) | 146.51º | 0.51% | 0.99% | - |
| XYZ | 51.22 | 77.13 | 55.37 | - |
| YUV | 205.22 | 113.76 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 180 | 0.51 | 0 | 0.29 | 0.01 | 146.51 | 0.96 | 0.74 |
| Hex | 7B | FC | B4 | 33 | 0 | 1D | 1 | 93 | 60 | 4A |
| Octal | 173 | 374 | 264 | 63 | 0 | 35 | 1 | 223 | 140 | 112 |
| Binary | 1111011 | 11111100 | 10110100 | 110011 | 0 | 11101 | 1 | 10010011 | 1100000 | 1001010 |
Color Harmonies of #7BFCB4
Complementary color
Monochromatic Colors of #7BFCB4
Black with #7BFCB4
Text Example
Text Example
White with #7BFCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCB4; }
p { color: rgb(123,252,180); }
H1.HeaderClassName
{
color: #7BFCB4;
}
.AnyTagClassName
{
color: #7BFCB4;
}
</style>
background-color css
<style>
a { background-color: #7BFCB4; }
a { background-color: rgb(123,252,180); }
div.DivClassName
{
background-color: #7BFCB4;
}
.BgClassName
{
background-color: #7BFCB4;
}
</style>
border-color css
<style>
span { border-color: #7BFCB4; }
span { border-color: rgb(123,252,180); }
td.TdClassName
{
border-color: #7BFCB4;
}
.TagClassName
{
border-color: #7BFCB4;
}
</style>