Shades of Aquamarine #7CF2DC
Tints of Aquamarine #7CF2DC
RGB
CMYK
RGB Variations
Color information
#7CF2DC (or 0x7CF2DC) is known color: Aquamarine. HEX triplet: 7C, F2 and DC. RGB value is (124,242,220). Sum of RGB (Red+Green+Blue) = 124+242+220=586 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.16% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF2DC is #830D23. Grayscale: #CCCCCC. Windows color (decimal): -8588580 or 14479996. OLE color: 14479996.
HSL color Cylindrical-coordinate representation of color #7CF2DC: hue angle of 168.81º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF2DC is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 220 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.05 |
| HSL | 168.81º | 0.82% | 0.72% | - |
| HSV(B) | 168.81º | 0.49% | 0.95% | - |
| XYZ | 52.98 | 72.96 | 79 | - |
| YUV | 204.21 | 136.91 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 220 | 0.49 | 0 | 0.09 | 0.05 | 168.81 | 0.82 | 0.72 |
| Hex | 7C | F2 | DC | 31 | 0 | 9 | 5 | A9 | 52 | 48 |
| Octal | 174 | 362 | 334 | 61 | 0 | 11 | 5 | 251 | 122 | 110 |
| Binary | 1111100 | 11110010 | 11011100 | 110001 | 0 | 1001 | 101 | 10101001 | 1010010 | 1001000 |
Color Harmonies of #7CF2DC
Complementary color
Monochromatic Colors of #7CF2DC
Black with #7CF2DC
Text Example
Text Example
White with #7CF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF2DC; }
p { color: rgb(124,242,220); }
H1.HeaderClassName
{
color: #7CF2DC;
}
.AnyTagClassName
{
color: #7CF2DC;
}
</style>
background-color css
<style>
a { background-color: #7CF2DC; }
a { background-color: rgb(124,242,220); }
div.DivClassName
{
background-color: #7CF2DC;
}
.BgClassName
{
background-color: #7CF2DC;
}
</style>
border-color css
<style>
span { border-color: #7CF2DC; }
span { border-color: rgb(124,242,220); }
td.TdClassName
{
border-color: #7CF2DC;
}
.TagClassName
{
border-color: #7CF2DC;
}
</style>