#7EF1BC

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

Shades of Aquamarine #7EF1BC

Tints of Aquamarine #7EF1BC

Color information

#7EF1BC (or 0x7EF1BC) is unknown color: approx Aquamarine. HEX triplet: 7E, F1 and BC. RGB value is (126,241,188). Sum of RGB (Red+Green+Blue) = 126+241+188=555 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.70% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF1BC is #810E43. Grayscale: #C8C8C8. Windows color (decimal): -8457796 or 12382590. OLE color: 12382590.

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

Color convert

RGB126241188-
CMYK0.4800.220.05
HSL152.35º80.42%71.96%-
HSV(B)152.35º47.72%94.51%-
XYZ49.1470.9858.69-
YUV200.57120.974.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.70%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=22.70%
G=43.42%
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
Decimal1262411880.4800.220.05152.3580.4271.96
Hex7EF1BC300165985048
Octal176361274600265230120110
Binary111111011110001101111001100000101101011001100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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