#7EF1BE

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

Shades of Aquamarine #7EF1BE

Tints of Aquamarine #7EF1BE

Color information

#7EF1BE (or 0x7EF1BE) is unknown color: approx Aquamarine. HEX triplet: 7E, F1 and BE. RGB value is (126,241,190). Sum of RGB (Red+Green+Blue) = 126+241+190=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF1BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF1BE is #810E41. Grayscale: #C8C8C8. Windows color (decimal): -8457794 or 12513662. OLE color: 12513662.

HSL color Cylindrical-coordinate representation of color #7EF1BE: hue angle of 153.39º degrees, saturation: 0.8, 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 #7EF1BE is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB126241190-
CMYK0.4800.210.05
HSL153.39º80.42%71.96%-
HSV(B)153.39º47.72%94.51%-
XYZ49.3571.0659.83-
YUV200.8121.974.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.62%
GREEN value IS 241 (94.53% from 255) = 43.27%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=22.62%
G=43.27%
B=34.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262411900.4800.210.05153.3980.4271.96
Hex7EF1BE300155995048
Octal176361276600255231120110
Binary111111011110001101111101100000101011011001100110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,241,190); }

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

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

 a { background-color: rgb(126,241,190); }

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

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

 span { border-color: rgb(126,241,190); }

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