Shades of Aquamarine #7BF9BA
Tints of Aquamarine #7BF9BA
RGB
CMYK
RGB Variations
Color information
#7BF9BA (or 0x7BF9BA) is known color: Aquamarine. HEX triplet: 7B, F9 and BA. RGB value is (123,249,186). Sum of RGB (Red+Green+Blue) = 123+249+186=558 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.04% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #7BF9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF9BA is #840645. Grayscale: #CCCCCC. Windows color (decimal): -8652358 or 12253563. OLE color: 12253563.
HSL color Cylindrical-coordinate representation of color #7BF9BA: hue angle of 150º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BF9BA is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 249 | 186 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.02 |
| HSL | 150º | 0.91% | 0.73% | - |
| HSV(B) | 150º | 0.51% | 0.98% | - |
| XYZ | 50.91 | 75.51 | 58.35 | - |
| YUV | 204.14 | 117.76 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 249 | 186 | 0.51 | 0 | 0.25 | 0.02 | 150 | 0.91 | 0.73 |
| Hex | 7B | F9 | BA | 33 | 0 | 19 | 2 | 96 | 5B | 49 |
| Octal | 173 | 371 | 272 | 63 | 0 | 31 | 2 | 226 | 133 | 111 |
| Binary | 1111011 | 11111001 | 10111010 | 110011 | 0 | 11001 | 10 | 10010110 | 1011011 | 1001001 |
Color Harmonies of #7BF9BA
Complementary color
Monochromatic Colors of #7BF9BA
Black with #7BF9BA
Text Example
Text Example
White with #7BF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF9BA; }
p { color: rgb(123,249,186); }
H1.HeaderClassName
{
color: #7BF9BA;
}
.AnyTagClassName
{
color: #7BF9BA;
}
</style>
background-color css
<style>
a { background-color: #7BF9BA; }
a { background-color: rgb(123,249,186); }
div.DivClassName
{
background-color: #7BF9BA;
}
.BgClassName
{
background-color: #7BF9BA;
}
</style>
border-color css
<style>
span { border-color: #7BF9BA; }
span { border-color: rgb(123,249,186); }
td.TdClassName
{
border-color: #7BF9BA;
}
.TagClassName
{
border-color: #7BF9BA;
}
</style>