Shades of Aquamarine #7CF7BA
Tints of Aquamarine #7CF7BA
RGB
CMYK
RGB Variations
Color information
#7CF7BA (or 0x7CF7BA) is known color: Aquamarine. HEX triplet: 7C, F7 and BA. RGB value is (124,247,186). Sum of RGB (Red+Green+Blue) = 124+247+186=557 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.26% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #7CF7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF7BA is #830845. Grayscale: #CBCBCB. Windows color (decimal): -8587334 or 12253052. OLE color: 12253052.
HSL color Cylindrical-coordinate representation of color #7CF7BA: hue angle of 150.24º degrees, saturation: 0.88, 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 #7CF7BA is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 247 | 186 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.03 |
| HSL | 150.24º | 0.88% | 0.73% | - |
| HSV(B) | 150.24º | 0.5% | 0.97% | - |
| XYZ | 50.44 | 74.35 | 58.15 | - |
| YUV | 203.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 247 | 186 | 0.50 | 0 | 0.25 | 0.03 | 150.24 | 0.88 | 0.73 |
| Hex | 7C | F7 | BA | 32 | 0 | 19 | 3 | 96 | 58 | 49 |
| Octal | 174 | 367 | 272 | 62 | 0 | 31 | 3 | 226 | 130 | 111 |
| Binary | 1111100 | 11110111 | 10111010 | 110010 | 0 | 11001 | 11 | 10010110 | 1011000 | 1001001 |
Color Harmonies of #7CF7BA
Complementary color
Monochromatic Colors of #7CF7BA
Black with #7CF7BA
Text Example
Text Example
White with #7CF7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF7BA; }
p { color: rgb(124,247,186); }
H1.HeaderClassName
{
color: #7CF7BA;
}
.AnyTagClassName
{
color: #7CF7BA;
}
</style>
background-color css
<style>
a { background-color: #7CF7BA; }
a { background-color: rgb(124,247,186); }
div.DivClassName
{
background-color: #7CF7BA;
}
.BgClassName
{
background-color: #7CF7BA;
}
</style>
border-color css
<style>
span { border-color: #7CF7BA; }
span { border-color: rgb(124,247,186); }
td.TdClassName
{
border-color: #7CF7BA;
}
.TagClassName
{
border-color: #7CF7BA;
}
</style>