Shades of Aquamarine #7CFAB2
Tints of Aquamarine #7CFAB2
RGB
CMYK
RGB Variations
Color information
#7CFAB2 (or 0x7CFAB2) is known color: Aquamarine. HEX triplet: 7C, FA and B2. RGB value is (124,250,178). Sum of RGB (Red+Green+Blue) = 124+250+178=552 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.46% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFAB2 is #83054D. Grayscale: #CCCCCC. Windows color (decimal): -8586574 or 11729532. OLE color: 11729532.
HSL color Cylindrical-coordinate representation of color #7CFAB2: hue angle of 145.71º 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 #7CFAB2 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 178 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.02 |
| HSL | 145.71º | 0.93% | 0.73% | - |
| HSV(B) | 145.71º | 0.5% | 0.98% | - |
| XYZ | 50.53 | 75.87 | 54.1 | - |
| YUV | 204.12 | 113.26 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 178 | 0.50 | 0 | 0.29 | 0.02 | 145.71 | 0.93 | 0.73 |
| Hex | 7C | FA | B2 | 32 | 0 | 1D | 2 | 92 | 5D | 49 |
| Octal | 174 | 372 | 262 | 62 | 0 | 35 | 2 | 222 | 135 | 111 |
| Binary | 1111100 | 11111010 | 10110010 | 110010 | 0 | 11101 | 10 | 10010010 | 1011101 | 1001001 |
Color Harmonies of #7CFAB2
Complementary color
Monochromatic Colors of #7CFAB2
Black with #7CFAB2
Text Example
Text Example
White with #7CFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFAB2; }
p { color: rgb(124,250,178); }
H1.HeaderClassName
{
color: #7CFAB2;
}
.AnyTagClassName
{
color: #7CFAB2;
}
</style>
background-color css
<style>
a { background-color: #7CFAB2; }
a { background-color: rgb(124,250,178); }
div.DivClassName
{
background-color: #7CFAB2;
}
.BgClassName
{
background-color: #7CFAB2;
}
</style>
border-color css
<style>
span { border-color: #7CFAB2; }
span { border-color: rgb(124,250,178); }
td.TdClassName
{
border-color: #7CFAB2;
}
.TagClassName
{
border-color: #7CFAB2;
}
</style>