Shades of Aquamarine #7BFEBA
Tints of Aquamarine #7BFEBA
RGB
CMYK
RGB Variations
Color information
#7BFEBA (or 0x7BFEBA) is known color: Aquamarine. HEX triplet: 7B, FE and BA. RGB value is (123,254,186). Sum of RGB (Red+Green+Blue) = 123+254+186=563 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.85% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFEBA is #840145. Grayscale: #CFCFCF. Windows color (decimal): -8651078 or 12254843. OLE color: 12254843.
HSL color Cylindrical-coordinate representation of color #7BFEBA: hue angle of 148.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFEBA is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 254 | 186 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.00 |
| HSL | 148.86º | 0.98% | 0.74% | - |
| HSV(B) | 148.86º | 0.52% | 1% | - |
| XYZ | 52.47 | 78.64 | 58.87 | - |
| YUV | 207.08 | 116.1 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 254 | 186 | 0.52 | 0 | 0.27 | 0.00 | 148.86 | 0.98 | 0.74 |
| Hex | 7B | FE | BA | 34 | 0 | 1B | 0 | 95 | 62 | 4A |
| Octal | 173 | 376 | 272 | 64 | 0 | 33 | 0 | 225 | 142 | 112 |
| Binary | 1111011 | 11111110 | 10111010 | 110100 | 0 | 11011 | 0 | 10010101 | 1100010 | 1001010 |
Color Harmonies of #7BFEBA
Complementary color
Monochromatic Colors of #7BFEBA
Black with #7BFEBA
Text Example
Text Example
White with #7BFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFEBA; }
p { color: rgb(123,254,186); }
H1.HeaderClassName
{
color: #7BFEBA;
}
.AnyTagClassName
{
color: #7BFEBA;
}
</style>
background-color css
<style>
a { background-color: #7BFEBA; }
a { background-color: rgb(123,254,186); }
div.DivClassName
{
background-color: #7BFEBA;
}
.BgClassName
{
background-color: #7BFEBA;
}
</style>
border-color css
<style>
span { border-color: #7BFEBA; }
span { border-color: rgb(123,254,186); }
td.TdClassName
{
border-color: #7BFEBA;
}
.TagClassName
{
border-color: #7BFEBA;
}
</style>