#7EF3E4

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

Shades of Aquamarine #7EF3E4

Tints of Aquamarine #7EF3E4

Color information

#7EF3E4 (or 0x7EF3E4) is unknown color: approx Aquamarine. HEX triplet: 7E, F3 and E4. RGB value is (126,243,228). Sum of RGB (Red+Green+Blue) = 126+243+228=597 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.11% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #7EF3E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF3E4 is #810C1B. Grayscale: #CECECE. Windows color (decimal): -8457244 or 15004542. OLE color: 15004542.

HSL color Cylindrical-coordinate representation of color #7EF3E4: hue angle of 172.31º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF3E4 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB126243228-
CMYK0.4800.060.05
HSL172.31º82.98%72.35%-
HSV(B)172.31º48.15%95.29%-
XYZ54.6674.1484.83-
YUV206.31140.2470.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.11%
GREEN value IS 243 (95.31% from 255) = 40.70%
BLUE value IS 228 (89.45% from 255) = 38.19%
R=21.11%
G=40.70%
B=38.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262432280.4800.060.05172.3182.9872.35
Hex7EF3E430065ac5348
Octal17636334460065254123110
Binary1111110111100111110010011000001101011010110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,243,228); }

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

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

 a { background-color: rgb(126,243,228); }

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

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

 span { border-color: rgb(126,243,228); }

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