#7EF3BD

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

Shades of Aquamarine #7EF3BD

Tints of Aquamarine #7EF3BD

Color information

#7EF3BD (or 0x7EF3BD) is unknown color: approx Aquamarine. HEX triplet: 7E, F3 and BD. RGB value is (126,243,189). Sum of RGB (Red+Green+Blue) = 126+243+189=558 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.58% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #7EF3BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF3BD is #810C42. Grayscale: #C9C9C9. Windows color (decimal): -8457283 or 12448638. OLE color: 12448638.

HSL color Cylindrical-coordinate representation of color #7EF3BD: hue angle of 152.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 #7EF3BD is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB126243189-
CMYK0.4800.220.05
HSL152.31º82.98%72.35%-
HSV(B)152.31º48.15%95.29%-
XYZ49.8472.2159.46-
YUV201.86120.7473.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.58%
GREEN value IS 243 (95.31% from 255) = 43.55%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=22.58%
G=43.55%
B=33.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262431890.4800.220.05152.3182.9872.35
Hex7EF3BD300165985348
Octal176363275600265230123110
Binary111111011110011101111011100000101101011001100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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