#7EFAC0

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

Shades of Aquamarine #7EFAC0

Tints of Aquamarine #7EFAC0

Color information

#7EFAC0 (or 0x7EFAC0) is unknown color: approx Aquamarine. HEX triplet: 7E, FA and C0. RGB value is (126,250,192). Sum of RGB (Red+Green+Blue) = 126+250+192=568 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.18% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFAC0 is #81053F. Grayscale: #CECECE. Windows color (decimal): -8455488 or 12647038. OLE color: 12647038.

HSL color Cylindrical-coordinate representation of color #7EFAC0: hue angle of 151.94º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFAC0 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB126250192-
CMYK0.5000.230.02
HSL151.94º92.54%73.73%-
HSV(B)151.94º49.6%98.04%-
XYZ52.376.6161.9-
YUV206.31119.9270.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.18%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=22.18%
G=44.01%
B=33.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262501920.5000.230.02151.9492.5473.73
Hex7EFAC0320172985d4a
Octal176372300620272230135112
Binary11111101111101011000000110010010111101001100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,250,192); }

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

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

 a { background-color: rgb(126,250,192); }

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

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

 span { border-color: rgb(126,250,192); }

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