Shades of Aquamarine #7CF9BA
Tints of Aquamarine #7CF9BA
RGB
CMYK
RGB Variations
Color information
#7CF9BA (or 0x7CF9BA) is known color: Aquamarine. HEX triplet: 7C, F9 and BA. RGB value is (124,249,186). Sum of RGB (Red+Green+Blue) = 124+249+186=559 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.18% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #7CF9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF9BA is #830645. Grayscale: #CCCCCC. Windows color (decimal): -8586822 or 12253564. OLE color: 12253564.
HSL color Cylindrical-coordinate representation of color #7CF9BA: hue angle of 149.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF9BA is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 249 | 186 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.02 |
| HSL | 149.76º | 0.91% | 0.73% | - |
| HSV(B) | 149.76º | 0.5% | 0.98% | - |
| XYZ | 51.05 | 75.58 | 58.35 | - |
| YUV | 204.44 | 117.59 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 249 | 186 | 0.50 | 0 | 0.25 | 0.02 | 149.76 | 0.91 | 0.73 |
| Hex | 7C | F9 | BA | 32 | 0 | 19 | 2 | 96 | 5B | 49 |
| Octal | 174 | 371 | 272 | 62 | 0 | 31 | 2 | 226 | 133 | 111 |
| Binary | 1111100 | 11111001 | 10111010 | 110010 | 0 | 11001 | 10 | 10010110 | 1011011 | 1001001 |
Color Harmonies of #7CF9BA
Complementary color
Monochromatic Colors of #7CF9BA
Black with #7CF9BA
Text Example
Text Example
White with #7CF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF9BA; }
p { color: rgb(124,249,186); }
H1.HeaderClassName
{
color: #7CF9BA;
}
.AnyTagClassName
{
color: #7CF9BA;
}
</style>
background-color css
<style>
a { background-color: #7CF9BA; }
a { background-color: rgb(124,249,186); }
div.DivClassName
{
background-color: #7CF9BA;
}
.BgClassName
{
background-color: #7CF9BA;
}
</style>
border-color css
<style>
span { border-color: #7CF9BA; }
span { border-color: rgb(124,249,186); }
td.TdClassName
{
border-color: #7CF9BA;
}
.TagClassName
{
border-color: #7CF9BA;
}
</style>