Shades of Aquamarine #7CFAB0
Tints of Aquamarine #7CFAB0
RGB
CMYK
RGB Variations
Color information
#7CFAB0 (or 0x7CFAB0) is known color: Aquamarine. HEX triplet: 7C, FA and B0. RGB value is (124,250,176). Sum of RGB (Red+Green+Blue) = 124+250+176=550 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.55% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFAB0 is #83054F. Grayscale: #CCCCCC. Windows color (decimal): -8586576 or 11598460. OLE color: 11598460.
HSL color Cylindrical-coordinate representation of color #7CFAB0: hue angle of 144.76º degrees, saturation: 0.93, 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 #7CFAB0 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 176 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.02 |
| HSL | 144.76º | 0.93% | 0.73% | - |
| HSV(B) | 144.76º | 0.5% | 0.98% | - |
| XYZ | 50.33 | 75.79 | 53.05 | - |
| YUV | 203.89 | 112.26 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 176 | 0.50 | 0 | 0.30 | 0.02 | 144.76 | 0.93 | 0.73 |
| Hex | 7C | FA | B0 | 32 | 0 | 1E | 2 | 91 | 5D | 49 |
| Octal | 174 | 372 | 260 | 62 | 0 | 36 | 2 | 221 | 135 | 111 |
| Binary | 1111100 | 11111010 | 10110000 | 110010 | 0 | 11110 | 10 | 10010001 | 1011101 | 1001001 |
Color Harmonies of #7CFAB0
Complementary color
Monochromatic Colors of #7CFAB0
Black with #7CFAB0
Text Example
Text Example
White with #7CFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFAB0; }
p { color: rgb(124,250,176); }
H1.HeaderClassName
{
color: #7CFAB0;
}
.AnyTagClassName
{
color: #7CFAB0;
}
</style>
background-color css
<style>
a { background-color: #7CFAB0; }
a { background-color: rgb(124,250,176); }
div.DivClassName
{
background-color: #7CFAB0;
}
.BgClassName
{
background-color: #7CFAB0;
}
</style>
border-color css
<style>
span { border-color: #7CFAB0; }
span { border-color: rgb(124,250,176); }
td.TdClassName
{
border-color: #7CFAB0;
}
.TagClassName
{
border-color: #7CFAB0;
}
</style>