Shades of Aquamarine #7CF1E2
Tints of Aquamarine #7CF1E2
RGB
CMYK
RGB Variations
Color information
#7CF1E2 (or 0x7CF1E2) is known color: Aquamarine. HEX triplet: 7C, F1 and E2. RGB value is (124,241,226). Sum of RGB (Red+Green+Blue) = 124+241+226=591 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.98% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF1E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CF1E2 is #830E1D. Grayscale: #CCCCCC. Windows color (decimal): -8588830 or 14872956. OLE color: 14872956.
HSL color Cylindrical-coordinate representation of color #7CF1E2: hue angle of 172.31º degrees, saturation: 0.81, 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 #7CF1E2 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 226 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.05 |
| HSL | 172.31º | 0.81% | 0.72% | - |
| HSV(B) | 172.31º | 0.49% | 0.95% | - |
| XYZ | 53.49 | 72.69 | 83.16 | - |
| YUV | 204.31 | 140.24 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 226 | 0.49 | 0 | 0.06 | 0.05 | 172.31 | 0.81 | 0.72 |
| Hex | 7C | F1 | E2 | 31 | 0 | 6 | 5 | AC | 51 | 48 |
| Octal | 174 | 361 | 342 | 61 | 0 | 6 | 5 | 254 | 121 | 110 |
| Binary | 1111100 | 11110001 | 11100010 | 110001 | 0 | 110 | 101 | 10101100 | 1010001 | 1001000 |
Color Harmonies of #7CF1E2
Complementary color
Monochromatic Colors of #7CF1E2
Black with #7CF1E2
Text Example
Text Example
White with #7CF1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF1E2; }
p { color: rgb(124,241,226); }
H1.HeaderClassName
{
color: #7CF1E2;
}
.AnyTagClassName
{
color: #7CF1E2;
}
</style>
background-color css
<style>
a { background-color: #7CF1E2; }
a { background-color: rgb(124,241,226); }
div.DivClassName
{
background-color: #7CF1E2;
}
.BgClassName
{
background-color: #7CF1E2;
}
</style>
border-color css
<style>
span { border-color: #7CF1E2; }
span { border-color: rgb(124,241,226); }
td.TdClassName
{
border-color: #7CF1E2;
}
.TagClassName
{
border-color: #7CF1E2;
}
</style>