#7EF6C1

Color #7EF6C1 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7EF6C1

Tints of Aquamarine #7EF6C1

Color information

#7EF6C1 (or 0x7EF6C1) is unknown color: approx Aquamarine. HEX triplet: 7E, F6 and C1. RGB value is (126,246,193). Sum of RGB (Red+Green+Blue) = 126+246+193=565 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.30% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #7EF6C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF6C1 is #81093E. Grayscale: #CCCCCC. Windows color (decimal): -8456511 or 12711550. OLE color: 12711550.

HSL color Cylindrical-coordinate representation of color #7EF6C1: hue angle of 153.5º 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 #7EF6C1 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB126246193-
CMYK0.4900.220.04
HSL153.5º86.96%72.94%-
HSV(B)153.5º48.78%96.47%-
XYZ51.1974.262.08-
YUV204.08121.7472.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 22.30%
GREEN value IS 246 (96.48% from 255) = 43.54%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=22.30%
G=43.54%
B=34.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1262461930.4900.220.04153.586.9672.94
Hex7EF6C13101649a5749
Octal176366301610264232127111
Binary111111011110110110000011100010101101001001101010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EF6C1; }

 p { color: rgb(126,246,193); }

 H1.HeaderClassName
 {
   color: #7EF6C1;
 }
 .AnyTagClassName
 {
   color: #7EF6C1;
 }
</style>
background-color css

<style>
 a { background-color: #7EF6C1; }

 a { background-color: rgb(126,246,193); }

 div.DivClassName
 {
   background-color: #7EF6C1;
 }
 .BgClassName
 {
   background-color: #7EF6C1;
 }
</style>
border-color css

<style>
 span { border-color: #7EF6C1; }

 span { border-color: rgb(126,246,193); }

 td.TdClassName
 {
   border-color: #7EF6C1;
 }
 .TagClassName
 {
   border-color: #7EF6C1;
 }
</style>