Shades of Aquamarine #7EF7C6
Tints of Aquamarine #7EF7C6
RGB
CMYK
RGB Variations
Color information
#7EF7C6 (or 0x7EF7C6) is known color: Aquamarine. HEX triplet: 7E, F7 and C6. RGB value is (126,247,198). Sum of RGB (Red+Green+Blue) = 126+247+198=571 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.07% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #7EF7C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF7C6 is #810839. Grayscale: #CDCDCD. Windows color (decimal): -8456250 or 13039486. OLE color: 13039486.
HSL color Cylindrical-coordinate representation of color #7EF7C6: hue angle of 155.7º 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 #7EF7C6 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 126 | 247 | 198 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.03 |
| HSL | 155.7º | 0.88% | 0.73% | - |
| HSV(B) | 155.7º | 0.49% | 0.97% | - |
| XYZ | 52.06 | 75.03 | 65.17 | - |
| YUV | 205.24 | 123.91 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 247 | 198 | 0.49 | 0 | 0.20 | 0.03 | 155.7 | 0.88 | 0.73 |
| Hex | 7E | F7 | C6 | 31 | 0 | 14 | 3 | 9C | 58 | 49 |
| Octal | 176 | 367 | 306 | 61 | 0 | 24 | 3 | 234 | 130 | 111 |
| Binary | 1111110 | 11110111 | 11000110 | 110001 | 0 | 10100 | 11 | 10011100 | 1011000 | 1001001 |
Color Harmonies of #7EF7C6
Complementary color
Monochromatic Colors of #7EF7C6
Black with #7EF7C6
Text Example
Text Example
White with #7EF7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF7C6; }
p { color: rgb(126,247,198); }
H1.HeaderClassName
{
color: #7EF7C6;
}
.AnyTagClassName
{
color: #7EF7C6;
}
</style>
background-color css
<style>
a { background-color: #7EF7C6; }
a { background-color: rgb(126,247,198); }
div.DivClassName
{
background-color: #7EF7C6;
}
.BgClassName
{
background-color: #7EF7C6;
}
</style>
border-color css
<style>
span { border-color: #7EF7C6; }
span { border-color: rgb(126,247,198); }
td.TdClassName
{
border-color: #7EF7C6;
}
.TagClassName
{
border-color: #7EF7C6;
}
</style>