Shades of Aquamarine #7CF2C1
Tints of Aquamarine #7CF2C1
RGB
CMYK
RGB Variations
Color information
#7CF2C1 (or 0x7CF2C1) is known color: Aquamarine. HEX triplet: 7C, F2 and C1. RGB value is (124,242,193). Sum of RGB (Red+Green+Blue) = 124+242+193=559 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.18% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF2C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF2C1 is #830D3E. Grayscale: #C9C9C9. Windows color (decimal): -8588607 or 12710524. OLE color: 12710524.
HSL color Cylindrical-coordinate representation of color #7CF2C1: hue angle of 155.08º 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 #7CF2C1 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 193 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.05 |
| HSL | 155.08º | 0.82% | 0.72% | - |
| HSV(B) | 155.08º | 0.49% | 0.95% | - |
| XYZ | 49.69 | 71.64 | 61.66 | - |
| YUV | 201.13 | 123.41 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 193 | 0.49 | 0 | 0.20 | 0.05 | 155.08 | 0.82 | 0.72 |
| Hex | 7C | F2 | C1 | 31 | 0 | 14 | 5 | 9B | 52 | 48 |
| Octal | 174 | 362 | 301 | 61 | 0 | 24 | 5 | 233 | 122 | 110 |
| Binary | 1111100 | 11110010 | 11000001 | 110001 | 0 | 10100 | 101 | 10011011 | 1010010 | 1001000 |
Color Harmonies of #7CF2C1
Complementary color
Monochromatic Colors of #7CF2C1
Black with #7CF2C1
Text Example
Text Example
White with #7CF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF2C1; }
p { color: rgb(124,242,193); }
H1.HeaderClassName
{
color: #7CF2C1;
}
.AnyTagClassName
{
color: #7CF2C1;
}
</style>
background-color css
<style>
a { background-color: #7CF2C1; }
a { background-color: rgb(124,242,193); }
div.DivClassName
{
background-color: #7CF2C1;
}
.BgClassName
{
background-color: #7CF2C1;
}
</style>
border-color css
<style>
span { border-color: #7CF2C1; }
span { border-color: rgb(124,242,193); }
td.TdClassName
{
border-color: #7CF2C1;
}
.TagClassName
{
border-color: #7CF2C1;
}
</style>