Shades of Aquamarine #7CFCBA
Tints of Aquamarine #7CFCBA
RGB
CMYK
RGB Variations
Color information
#7CFCBA (or 0x7CFCBA) is known color: Aquamarine. HEX triplet: 7C, FC and BA. RGB value is (124,252,186). Sum of RGB (Red+Green+Blue) = 124+252+186=562 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.06% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFCBA is #830345. Grayscale: #CECECE. Windows color (decimal): -8586054 or 12254332. OLE color: 12254332.
HSL color Cylindrical-coordinate representation of color #7CFCBA: hue angle of 149.06º degrees, saturation: 0.96, 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 #7CFCBA is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 186 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.01 |
| HSL | 149.06º | 0.96% | 0.74% | - |
| HSV(B) | 149.06º | 0.51% | 0.99% | - |
| XYZ | 51.99 | 77.45 | 58.66 | - |
| YUV | 206.2 | 116.59 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 186 | 0.51 | 0 | 0.26 | 0.01 | 149.06 | 0.96 | 0.74 |
| Hex | 7C | FC | BA | 33 | 0 | 1A | 1 | 95 | 60 | 4A |
| Octal | 174 | 374 | 272 | 63 | 0 | 32 | 1 | 225 | 140 | 112 |
| Binary | 1111100 | 11111100 | 10111010 | 110011 | 0 | 11010 | 1 | 10010101 | 1100000 | 1001010 |
Color Harmonies of #7CFCBA
Complementary color
Monochromatic Colors of #7CFCBA
Black with #7CFCBA
Text Example
Text Example
White with #7CFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFCBA; }
p { color: rgb(124,252,186); }
H1.HeaderClassName
{
color: #7CFCBA;
}
.AnyTagClassName
{
color: #7CFCBA;
}
</style>
background-color css
<style>
a { background-color: #7CFCBA; }
a { background-color: rgb(124,252,186); }
div.DivClassName
{
background-color: #7CFCBA;
}
.BgClassName
{
background-color: #7CFCBA;
}
</style>
border-color css
<style>
span { border-color: #7CFCBA; }
span { border-color: rgb(124,252,186); }
td.TdClassName
{
border-color: #7CFCBA;
}
.TagClassName
{
border-color: #7CFCBA;
}
</style>