Shades of Aquamarine #7CFACE
Tints of Aquamarine #7CFACE
RGB
CMYK
RGB Variations
Color information
#7CFACE (or 0x7CFACE) is known color: Aquamarine. HEX triplet: 7C, FA and CE. RGB value is (124,250,206). Sum of RGB (Red+Green+Blue) = 124+250+206=580 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.38% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFACE is #830531. Grayscale: #CFCFCF. Windows color (decimal): -8586546 or 13564540. OLE color: 13564540.
HSL color Cylindrical-coordinate representation of color #7CFACE: hue angle of 159.05º 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 #7CFACE is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 206 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.02 |
| HSL | 159.05º | 0.93% | 0.73% | - |
| HSV(B) | 159.05º | 0.5% | 0.98% | - |
| XYZ | 53.64 | 77.11 | 70.45 | - |
| YUV | 207.31 | 127.26 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 206 | 0.50 | 0 | 0.18 | 0.02 | 159.05 | 0.93 | 0.73 |
| Hex | 7C | FA | CE | 32 | 0 | 12 | 2 | 9F | 5D | 49 |
| Octal | 174 | 372 | 316 | 62 | 0 | 22 | 2 | 237 | 135 | 111 |
| Binary | 1111100 | 11111010 | 11001110 | 110010 | 0 | 10010 | 10 | 10011111 | 1011101 | 1001001 |
Color Harmonies of #7CFACE
Complementary color
Monochromatic Colors of #7CFACE
Black with #7CFACE
Text Example
Text Example
White with #7CFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFACE; }
p { color: rgb(124,250,206); }
H1.HeaderClassName
{
color: #7CFACE;
}
.AnyTagClassName
{
color: #7CFACE;
}
</style>
background-color css
<style>
a { background-color: #7CFACE; }
a { background-color: rgb(124,250,206); }
div.DivClassName
{
background-color: #7CFACE;
}
.BgClassName
{
background-color: #7CFACE;
}
</style>
border-color css
<style>
span { border-color: #7CFACE; }
span { border-color: rgb(124,250,206); }
td.TdClassName
{
border-color: #7CFACE;
}
.TagClassName
{
border-color: #7CFACE;
}
</style>