Shades of Aquamarine #7EF7C1
Tints of Aquamarine #7EF7C1
RGB
CMYK
RGB Variations
Color information
#7EF7C1 (or 0x7EF7C1) is known color: Aquamarine. HEX triplet: 7E, F7 and C1. RGB value is (126,247,193). Sum of RGB (Red+Green+Blue) = 126+247+193=566 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.26% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #7EF7C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF7C1 is #81083E. Grayscale: #CCCCCC. Windows color (decimal): -8456255 or 12711806. OLE color: 12711806.
HSL color Cylindrical-coordinate representation of color #7EF7C1: hue angle of 153.22º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF7C1 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 247 | 193 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.03 |
| HSL | 153.22º | 0.88% | 0.73% | - |
| HSV(B) | 153.22º | 0.49% | 0.97% | - |
| XYZ | 51.49 | 74.81 | 62.18 | - |
| YUV | 204.67 | 121.41 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 247 | 193 | 0.49 | 0 | 0.22 | 0.03 | 153.22 | 0.88 | 0.73 |
| Hex | 7E | F7 | C1 | 31 | 0 | 16 | 3 | 99 | 58 | 49 |
| Octal | 176 | 367 | 301 | 61 | 0 | 26 | 3 | 231 | 130 | 111 |
| Binary | 1111110 | 11110111 | 11000001 | 110001 | 0 | 10110 | 11 | 10011001 | 1011000 | 1001001 |
Color Harmonies of #7EF7C1
Complementary color
Monochromatic Colors of #7EF7C1
Black with #7EF7C1
Text Example
Text Example
White with #7EF7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF7C1; }
p { color: rgb(126,247,193); }
H1.HeaderClassName
{
color: #7EF7C1;
}
.AnyTagClassName
{
color: #7EF7C1;
}
</style>
background-color css
<style>
a { background-color: #7EF7C1; }
a { background-color: rgb(126,247,193); }
div.DivClassName
{
background-color: #7EF7C1;
}
.BgClassName
{
background-color: #7EF7C1;
}
</style>
border-color css
<style>
span { border-color: #7EF7C1; }
span { border-color: rgb(126,247,193); }
td.TdClassName
{
border-color: #7EF7C1;
}
.TagClassName
{
border-color: #7EF7C1;
}
</style>