Shades of Aquamarine #7BFFBF
Tints of Aquamarine #7BFFBF
RGB
CMYK
RGB Variations
Color information
#7BFFBF (or 0x7BFFBF) is known color: Aquamarine. HEX triplet: 7B, FF and BF. RGB value is (123,255,191). Sum of RGB (Red+Green+Blue) = 123+255+191=569 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.62% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFBF is #840040. Grayscale: #D0D0D0. Windows color (decimal): -8650817 or 12582779. OLE color: 12582779.
HSL color Cylindrical-coordinate representation of color #7BFFBF: hue angle of 150.91º 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 #7BFFBF is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 191 | - |
| CMYK | 0.52 | 0 | 0.25 | 0 |
| HSL | 150.91º | 1% | 0.74% | - |
| HSV(B) | 150.91º | 0.52% | 1% | - |
| XYZ | 53.33 | 79.49 | 61.82 | - |
| YUV | 208.24 | 118.27 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 191 | 0.52 | 0 | 0.25 | 0 | 150.91 | 1 | 0.74 |
| Hex | 7B | FF | BF | 34 | 0 | 19 | 0 | 97 | 64 | 4A |
| Octal | 173 | 377 | 277 | 64 | 0 | 31 | 0 | 227 | 144 | 112 |
| Binary | 1111011 | 11111111 | 10111111 | 110100 | 0 | 11001 | 0 | 10010111 | 1100100 | 1001010 |
Color Harmonies of #7BFFBF
Complementary color
Monochromatic Colors of #7BFFBF
Black with #7BFFBF
Text Example
Text Example
White with #7BFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFBF; }
p { color: rgb(123,255,191); }
H1.HeaderClassName
{
color: #7BFFBF;
}
.AnyTagClassName
{
color: #7BFFBF;
}
</style>
background-color css
<style>
a { background-color: #7BFFBF; }
a { background-color: rgb(123,255,191); }
div.DivClassName
{
background-color: #7BFFBF;
}
.BgClassName
{
background-color: #7BFFBF;
}
</style>
border-color css
<style>
span { border-color: #7BFFBF; }
span { border-color: rgb(123,255,191); }
td.TdClassName
{
border-color: #7BFFBF;
}
.TagClassName
{
border-color: #7BFFBF;
}
</style>