Shades of Aquamarine #7CFAB3
Tints of Aquamarine #7CFAB3
RGB
CMYK
RGB Variations
Color information
#7CFAB3 (or 0x7CFAB3) is known color: Aquamarine. HEX triplet: 7C, FA and B3. RGB value is (124,250,179). Sum of RGB (Red+Green+Blue) = 124+250+179=553 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.42% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFAB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFAB3 is #83054C. Grayscale: #CCCCCC. Windows color (decimal): -8586573 or 11795068. OLE color: 11795068.
HSL color Cylindrical-coordinate representation of color #7CFAB3: hue angle of 146.19º 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 #7CFAB3 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 179 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.02 |
| HSL | 146.19º | 0.93% | 0.73% | - |
| HSV(B) | 146.19º | 0.5% | 0.98% | - |
| XYZ | 50.63 | 75.91 | 54.63 | - |
| YUV | 204.23 | 113.76 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 179 | 0.50 | 0 | 0.28 | 0.02 | 146.19 | 0.93 | 0.73 |
| Hex | 7C | FA | B3 | 32 | 0 | 1C | 2 | 92 | 5D | 49 |
| Octal | 174 | 372 | 263 | 62 | 0 | 34 | 2 | 222 | 135 | 111 |
| Binary | 1111100 | 11111010 | 10110011 | 110010 | 0 | 11100 | 10 | 10010010 | 1011101 | 1001001 |
Color Harmonies of #7CFAB3
Complementary color
Monochromatic Colors of #7CFAB3
Black with #7CFAB3
Text Example
Text Example
White with #7CFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFAB3; }
p { color: rgb(124,250,179); }
H1.HeaderClassName
{
color: #7CFAB3;
}
.AnyTagClassName
{
color: #7CFAB3;
}
</style>
background-color css
<style>
a { background-color: #7CFAB3; }
a { background-color: rgb(124,250,179); }
div.DivClassName
{
background-color: #7CFAB3;
}
.BgClassName
{
background-color: #7CFAB3;
}
</style>
border-color css
<style>
span { border-color: #7CFAB3; }
span { border-color: rgb(124,250,179); }
td.TdClassName
{
border-color: #7CFAB3;
}
.TagClassName
{
border-color: #7CFAB3;
}
</style>