Shades of Aquamarine #7CFACC
Tints of Aquamarine #7CFACC
RGB
CMYK
RGB Variations
Color information
#7CFACC (or 0x7CFACC) is known color: Aquamarine. HEX triplet: 7C, FA and CC. RGB value is (124,250,204). Sum of RGB (Red+Green+Blue) = 124+250+204=578 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.45% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFACC is #830533. Grayscale: #CFCFCF. Windows color (decimal): -8586548 or 13433468. OLE color: 13433468.
HSL color Cylindrical-coordinate representation of color #7CFACC: hue angle of 158.1º 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 #7CFACC is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 204 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.02 |
| HSL | 158.1º | 0.93% | 0.73% | - |
| HSV(B) | 158.1º | 0.5% | 0.98% | - |
| XYZ | 53.4 | 77.02 | 69.18 | - |
| YUV | 207.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 204 | 0.50 | 0 | 0.18 | 0.02 | 158.1 | 0.93 | 0.73 |
| Hex | 7C | FA | CC | 32 | 0 | 12 | 2 | 9E | 5D | 49 |
| Octal | 174 | 372 | 314 | 62 | 0 | 22 | 2 | 236 | 135 | 111 |
| Binary | 1111100 | 11111010 | 11001100 | 110010 | 0 | 10010 | 10 | 10011110 | 1011101 | 1001001 |
Color Harmonies of #7CFACC
Complementary color
Monochromatic Colors of #7CFACC
Black with #7CFACC
Text Example
Text Example
White with #7CFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFACC; }
p { color: rgb(124,250,204); }
H1.HeaderClassName
{
color: #7CFACC;
}
.AnyTagClassName
{
color: #7CFACC;
}
</style>
background-color css
<style>
a { background-color: #7CFACC; }
a { background-color: rgb(124,250,204); }
div.DivClassName
{
background-color: #7CFACC;
}
.BgClassName
{
background-color: #7CFACC;
}
</style>
border-color css
<style>
span { border-color: #7CFACC; }
span { border-color: rgb(124,250,204); }
td.TdClassName
{
border-color: #7CFACC;
}
.TagClassName
{
border-color: #7CFACC;
}
</style>