Shades of Aquamarine #7BFDBA
Tints of Aquamarine #7BFDBA
RGB
CMYK
RGB Variations
Color information
#7BFDBA (or 0x7BFDBA) is known color: Aquamarine. HEX triplet: 7B, FD and BA. RGB value is (123,253,186). Sum of RGB (Red+Green+Blue) = 123+253+186=562 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.89% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFDBA is #840245. Grayscale: #CECECE. Windows color (decimal): -8651334 or 12254587. OLE color: 12254587.
HSL color Cylindrical-coordinate representation of color #7BFDBA: hue angle of 149.08º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFDBA is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 253 | 186 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.01 |
| HSL | 149.08º | 0.97% | 0.74% | - |
| HSV(B) | 149.08º | 0.51% | 0.99% | - |
| XYZ | 52.16 | 78.01 | 58.76 | - |
| YUV | 206.49 | 116.43 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 253 | 186 | 0.51 | 0 | 0.26 | 0.01 | 149.08 | 0.97 | 0.74 |
| Hex | 7B | FD | BA | 33 | 0 | 1A | 1 | 95 | 61 | 4A |
| Octal | 173 | 375 | 272 | 63 | 0 | 32 | 1 | 225 | 141 | 112 |
| Binary | 1111011 | 11111101 | 10111010 | 110011 | 0 | 11010 | 1 | 10010101 | 1100001 | 1001010 |
Color Harmonies of #7BFDBA
Complementary color
Monochromatic Colors of #7BFDBA
Black with #7BFDBA
Text Example
Text Example
White with #7BFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFDBA; }
p { color: rgb(123,253,186); }
H1.HeaderClassName
{
color: #7BFDBA;
}
.AnyTagClassName
{
color: #7BFDBA;
}
</style>
background-color css
<style>
a { background-color: #7BFDBA; }
a { background-color: rgb(123,253,186); }
div.DivClassName
{
background-color: #7BFDBA;
}
.BgClassName
{
background-color: #7BFDBA;
}
</style>
border-color css
<style>
span { border-color: #7BFDBA; }
span { border-color: rgb(123,253,186); }
td.TdClassName
{
border-color: #7BFDBA;
}
.TagClassName
{
border-color: #7BFDBA;
}
</style>