Shades of Aquamarine #7BFFB3
Tints of Aquamarine #7BFFB3
RGB
CMYK
RGB Variations
Color information
#7BFFB3 (or 0x7BFFB3) is known color: Aquamarine. HEX triplet: 7B, FF and B3. RGB value is (123,255,179). Sum of RGB (Red+Green+Blue) = 123+255+179=557 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.08% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFB3 is #84004C. Grayscale: #CFCFCF. Windows color (decimal): -8650829 or 11796347. OLE color: 11796347.
HSL color Cylindrical-coordinate representation of color #7BFFB3: hue angle of 145.45º 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 #7BFFB3 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 179 | - |
| CMYK | 0.52 | 0 | 0.30 | 0 |
| HSL | 145.45º | 1% | 0.74% | - |
| HSV(B) | 145.45º | 0.52% | 1% | - |
| XYZ | 52.07 | 78.99 | 55.15 | - |
| YUV | 206.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 179 | 0.52 | 0 | 0.30 | 0 | 145.45 | 1 | 0.74 |
| Hex | 7B | FF | B3 | 34 | 0 | 1E | 0 | 91 | 64 | 4A |
| Octal | 173 | 377 | 263 | 64 | 0 | 36 | 0 | 221 | 144 | 112 |
| Binary | 1111011 | 11111111 | 10110011 | 110100 | 0 | 11110 | 0 | 10010001 | 1100100 | 1001010 |
Color Harmonies of #7BFFB3
Complementary color
Monochromatic Colors of #7BFFB3
Black with #7BFFB3
Text Example
Text Example
White with #7BFFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFB3; }
p { color: rgb(123,255,179); }
H1.HeaderClassName
{
color: #7BFFB3;
}
.AnyTagClassName
{
color: #7BFFB3;
}
</style>
background-color css
<style>
a { background-color: #7BFFB3; }
a { background-color: rgb(123,255,179); }
div.DivClassName
{
background-color: #7BFFB3;
}
.BgClassName
{
background-color: #7BFFB3;
}
</style>
border-color css
<style>
span { border-color: #7BFFB3; }
span { border-color: rgb(123,255,179); }
td.TdClassName
{
border-color: #7BFFB3;
}
.TagClassName
{
border-color: #7BFFB3;
}
</style>