Shades of Aquamarine #7BF7B9
Tints of Aquamarine #7BF7B9
RGB
CMYK
RGB Variations
Color information
#7BF7B9 (or 0x7BF7B9) is known color: Aquamarine. HEX triplet: 7B, F7 and B9. RGB value is (123,247,185). Sum of RGB (Red+Green+Blue) = 123+247+185=555 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.16% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #7BF7B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF7B9 is #840846. Grayscale: #CACACA. Windows color (decimal): -8652871 or 12187515. OLE color: 12187515.
HSL color Cylindrical-coordinate representation of color #7BF7B9: hue angle of 150º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF7B9 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 247 | 185 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.03 |
| HSL | 150º | 0.89% | 0.73% | - |
| HSV(B) | 150º | 0.5% | 0.97% | - |
| XYZ | 50.19 | 74.24 | 57.58 | - |
| YUV | 202.86 | 117.92 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 247 | 185 | 0.50 | 0 | 0.25 | 0.03 | 150 | 0.89 | 0.73 |
| Hex | 7B | F7 | B9 | 32 | 0 | 19 | 3 | 96 | 59 | 49 |
| Octal | 173 | 367 | 271 | 62 | 0 | 31 | 3 | 226 | 131 | 111 |
| Binary | 1111011 | 11110111 | 10111001 | 110010 | 0 | 11001 | 11 | 10010110 | 1011001 | 1001001 |
Color Harmonies of #7BF7B9
Complementary color
Monochromatic Colors of #7BF7B9
Black with #7BF7B9
Text Example
Text Example
White with #7BF7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF7B9; }
p { color: rgb(123,247,185); }
H1.HeaderClassName
{
color: #7BF7B9;
}
.AnyTagClassName
{
color: #7BF7B9;
}
</style>
background-color css
<style>
a { background-color: #7BF7B9; }
a { background-color: rgb(123,247,185); }
div.DivClassName
{
background-color: #7BF7B9;
}
.BgClassName
{
background-color: #7BF7B9;
}
</style>
border-color css
<style>
span { border-color: #7BF7B9; }
span { border-color: rgb(123,247,185); }
td.TdClassName
{
border-color: #7BF7B9;
}
.TagClassName
{
border-color: #7BF7B9;
}
</style>