Shades of Aquamarine #7BFFB8
Tints of Aquamarine #7BFFB8
RGB
CMYK
RGB Variations
Color information
#7BFFB8 (or 0x7BFFB8) is known color: Aquamarine. HEX triplet: 7B, FF and B8. RGB value is (123,255,184). Sum of RGB (Red+Green+Blue) = 123+255+184=562 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.89% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFB8 is #840047. Grayscale: #CFCFCF. Windows color (decimal): -8650824 or 12124027. OLE color: 12124027.
HSL color Cylindrical-coordinate representation of color #7BFFB8: hue angle of 147.73º 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 #7BFFB8 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 184 | - |
| CMYK | 0.52 | 0 | 0.28 | 0 |
| HSL | 147.73º | 1% | 0.74% | - |
| HSV(B) | 147.73º | 0.52% | 1% | - |
| XYZ | 52.58 | 79.19 | 57.86 | - |
| YUV | 207.44 | 114.77 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 184 | 0.52 | 0 | 0.28 | 0 | 147.73 | 1 | 0.74 |
| Hex | 7B | FF | B8 | 34 | 0 | 1C | 0 | 94 | 64 | 4A |
| Octal | 173 | 377 | 270 | 64 | 0 | 34 | 0 | 224 | 144 | 112 |
| Binary | 1111011 | 11111111 | 10111000 | 110100 | 0 | 11100 | 0 | 10010100 | 1100100 | 1001010 |
Color Harmonies of #7BFFB8
Complementary color
Monochromatic Colors of #7BFFB8
Black with #7BFFB8
Text Example
Text Example
White with #7BFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFFB8; }
p { color: rgb(123,255,184); }
H1.HeaderClassName
{
color: #7BFFB8;
}
.AnyTagClassName
{
color: #7BFFB8;
}
</style>
background-color css
<style>
a { background-color: #7BFFB8; }
a { background-color: rgb(123,255,184); }
div.DivClassName
{
background-color: #7BFFB8;
}
.BgClassName
{
background-color: #7BFFB8;
}
</style>
border-color css
<style>
span { border-color: #7BFFB8; }
span { border-color: rgb(123,255,184); }
td.TdClassName
{
border-color: #7BFFB8;
}
.TagClassName
{
border-color: #7BFFB8;
}
</style>