Shades of Aquamarine #7BFFBB
Tints of Aquamarine #7BFFBB
RGB
CMYK
RGB Variations
Color information
#7BFFBB (or 0x7BFFBB) is known color: Aquamarine. HEX triplet: 7B, FF and BB. RGB value is (123,255,187). Sum of RGB (Red+Green+Blue) = 123+255+187=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFBB is #840044. Grayscale: #CFCFCF. Windows color (decimal): -8650821 or 12320635. OLE color: 12320635.
HSL color Cylindrical-coordinate representation of color #7BFFBB: hue angle of 149.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFBB is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 187 | - |
| CMYK | 0.52 | 0 | 0.27 | 0 |
| HSL | 149.09º | 1% | 0.74% | - |
| HSV(B) | 149.09º | 0.52% | 1% | - |
| XYZ | 52.9 | 79.32 | 59.54 | - |
| YUV | 207.78 | 116.27 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 187 | 0.52 | 0 | 0.27 | 0 | 149.09 | 1 | 0.74 |
| Hex | 7B | FF | BB | 34 | 0 | 1B | 0 | 95 | 64 | 4A |
| Octal | 173 | 377 | 273 | 64 | 0 | 33 | 0 | 225 | 144 | 112 |
| Binary | 1111011 | 11111111 | 10111011 | 110100 | 0 | 11011 | 0 | 10010101 | 1100100 | 1001010 |
Color Harmonies of #7BFFBB
Complementary color
Monochromatic Colors of #7BFFBB
Black with #7BFFBB
Text Example
Text Example
White with #7BFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFBB; }
p { color: rgb(123,255,187); }
H1.HeaderClassName
{
color: #7BFFBB;
}
.AnyTagClassName
{
color: #7BFFBB;
}
</style>
background-color css
<style>
a { background-color: #7BFFBB; }
a { background-color: rgb(123,255,187); }
div.DivClassName
{
background-color: #7BFFBB;
}
.BgClassName
{
background-color: #7BFFBB;
}
</style>
border-color css
<style>
span { border-color: #7BFFBB; }
span { border-color: rgb(123,255,187); }
td.TdClassName
{
border-color: #7BFFBB;
}
.TagClassName
{
border-color: #7BFFBB;
}
</style>