Shades of Aquamarine #7CF6DF
Tints of Aquamarine #7CF6DF
RGB
CMYK
RGB Variations
Color information
#7CF6DF (or 0x7CF6DF) is known color: Aquamarine. HEX triplet: 7C, F6 and DF. RGB value is (124,246,223). Sum of RGB (Red+Green+Blue) = 124+246+223=593 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.91% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF6DF is #830920. Grayscale: #CECECE. Windows color (decimal): -8587553 or 14677628. OLE color: 14677628.
HSL color Cylindrical-coordinate representation of color #7CF6DF: hue angle of 168.69º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF6DF is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 246 | 223 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.04 |
| HSL | 168.69º | 0.87% | 0.73% | - |
| HSV(B) | 168.69º | 0.5% | 0.96% | - |
| XYZ | 54.59 | 75.52 | 81.51 | - |
| YUV | 206.9 | 137.08 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 246 | 223 | 0.50 | 0 | 0.09 | 0.04 | 168.69 | 0.87 | 0.73 |
| Hex | 7C | F6 | DF | 32 | 0 | 9 | 4 | A9 | 57 | 49 |
| Octal | 174 | 366 | 337 | 62 | 0 | 11 | 4 | 251 | 127 | 111 |
| Binary | 1111100 | 11110110 | 11011111 | 110010 | 0 | 1001 | 100 | 10101001 | 1010111 | 1001001 |
Color Harmonies of #7CF6DF
Complementary color
Monochromatic Colors of #7CF6DF
Black with #7CF6DF
Text Example
Text Example
White with #7CF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF6DF; }
p { color: rgb(124,246,223); }
H1.HeaderClassName
{
color: #7CF6DF;
}
.AnyTagClassName
{
color: #7CF6DF;
}
</style>
background-color css
<style>
a { background-color: #7CF6DF; }
a { background-color: rgb(124,246,223); }
div.DivClassName
{
background-color: #7CF6DF;
}
.BgClassName
{
background-color: #7CF6DF;
}
</style>
border-color css
<style>
span { border-color: #7CF6DF; }
span { border-color: rgb(124,246,223); }
td.TdClassName
{
border-color: #7CF6DF;
}
.TagClassName
{
border-color: #7CF6DF;
}
</style>