Shades of Aquamarine #7BFCBA
Tints of Aquamarine #7BFCBA
RGB
CMYK
RGB Variations
Color information
#7BFCBA (or 0x7BFCBA) is known color: Aquamarine. HEX triplet: 7B, FC and BA. RGB value is (123,252,186). Sum of RGB (Red+Green+Blue) = 123+252+186=561 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.93% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCBA is #840345. Grayscale: #CECECE. Windows color (decimal): -8651590 or 12254331. OLE color: 12254331.
HSL color Cylindrical-coordinate representation of color #7BFCBA: hue angle of 149.3º 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 #7BFCBA is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 252 | 186 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.01 |
| HSL | 149.3º | 0.96% | 0.74% | - |
| HSV(B) | 149.3º | 0.51% | 0.99% | - |
| XYZ | 51.84 | 77.38 | 58.66 | - |
| YUV | 205.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 252 | 186 | 0.51 | 0 | 0.26 | 0.01 | 149.3 | 0.96 | 0.74 |
| Hex | 7B | FC | BA | 33 | 0 | 1A | 1 | 95 | 60 | 4A |
| Octal | 173 | 374 | 272 | 63 | 0 | 32 | 1 | 225 | 140 | 112 |
| Binary | 1111011 | 11111100 | 10111010 | 110011 | 0 | 11010 | 1 | 10010101 | 1100000 | 1001010 |
Color Harmonies of #7BFCBA
Complementary color
Monochromatic Colors of #7BFCBA
Black with #7BFCBA
Text Example
Text Example
White with #7BFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFCBA; }
p { color: rgb(123,252,186); }
H1.HeaderClassName
{
color: #7BFCBA;
}
.AnyTagClassName
{
color: #7BFCBA;
}
</style>
background-color css
<style>
a { background-color: #7BFCBA; }
a { background-color: rgb(123,252,186); }
div.DivClassName
{
background-color: #7BFCBA;
}
.BgClassName
{
background-color: #7BFCBA;
}
</style>
border-color css
<style>
span { border-color: #7BFCBA; }
span { border-color: rgb(123,252,186); }
td.TdClassName
{
border-color: #7BFCBA;
}
.TagClassName
{
border-color: #7BFCBA;
}
</style>