#7EFEBA

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

Shades of Aquamarine #7EFEBA

Tints of Aquamarine #7EFEBA

Color information

#7EFEBA (or 0x7EFEBA) is unknown color: approx Aquamarine. HEX triplet: 7E, FE and BA. RGB value is (126,254,186). Sum of RGB (Red+Green+Blue) = 126+254+186=566 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.26% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFEBA is #810145. Grayscale: #D0D0D0. Windows color (decimal): -8454470 or 12254846. OLE color: 12254846.

HSL color Cylindrical-coordinate representation of color #7EFEBA: hue angle of 148.12º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFEBA is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB126254186-
CMYK0.5000.270.00
HSL148.12º98.46%74.51%-
HSV(B)148.12º50.39%99.61%-
XYZ52.9178.8658.89-
YUV207.98115.5969.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.26%
GREEN value IS 254 (99.61% from 255) = 44.88%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=22.26%
G=44.88%
B=32.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262541860.5000.270.00148.1298.4674.51
Hex7EFEBA3201B094624b
Octal176376272620330224142113
Binary1111110111111101011101011001001101101001010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,254,186); }

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

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

 a { background-color: rgb(126,254,186); }

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

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

 span { border-color: rgb(126,254,186); }

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