Shades of Aquamarine #7EF6E6
Tints of Aquamarine #7EF6E6
RGB
CMYK
RGB Variations
Color information
#7EF6E6 (or 0x7EF6E6) is known color: Aquamarine. HEX triplet: 7E, F6 and E6. RGB value is (126,246,230). Sum of RGB (Red+Green+Blue) = 126+246+230=602 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.93% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #7EF6E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF6E6 is #810919. Grayscale: #D0D0D0. Windows color (decimal): -8456474 or 15136382. OLE color: 15136382.
HSL color Cylindrical-coordinate representation of color #7EF6E6: hue angle of 172º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF6E6 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 246 | 230 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.04 |
| HSL | 172º | 0.87% | 0.73% | - |
| HSV(B) | 172º | 0.49% | 0.96% | - |
| XYZ | 55.84 | 76.06 | 86.6 | - |
| YUV | 208.3 | 140.24 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 246 | 230 | 0.49 | 0 | 0.07 | 0.04 | 172 | 0.87 | 0.73 |
| Hex | 7E | F6 | E6 | 31 | 0 | 7 | 4 | AC | 57 | 49 |
| Octal | 176 | 366 | 346 | 61 | 0 | 7 | 4 | 254 | 127 | 111 |
| Binary | 1111110 | 11110110 | 11100110 | 110001 | 0 | 111 | 100 | 10101100 | 1010111 | 1001001 |
Color Harmonies of #7EF6E6
Complementary color
Monochromatic Colors of #7EF6E6
Black with #7EF6E6
Text Example
Text Example
White with #7EF6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF6E6; }
p { color: rgb(126,246,230); }
H1.HeaderClassName
{
color: #7EF6E6;
}
.AnyTagClassName
{
color: #7EF6E6;
}
</style>
background-color css
<style>
a { background-color: #7EF6E6; }
a { background-color: rgb(126,246,230); }
div.DivClassName
{
background-color: #7EF6E6;
}
.BgClassName
{
background-color: #7EF6E6;
}
</style>
border-color css
<style>
span { border-color: #7EF6E6; }
span { border-color: rgb(126,246,230); }
td.TdClassName
{
border-color: #7EF6E6;
}
.TagClassName
{
border-color: #7EF6E6;
}
</style>