#7EFBBA

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

Shades of Aquamarine #7EFBBA

Tints of Aquamarine #7EFBBA

Color information

#7EFBBA (or 0x7EFBBA) is unknown color: approx Aquamarine. HEX triplet: 7E, FB and BA. RGB value is (126,251,186). Sum of RGB (Red+Green+Blue) = 126+251+186=563 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.38% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFBBA is #810445. Grayscale: #CECECE. Windows color (decimal): -8455238 or 12254078. OLE color: 12254078.

HSL color Cylindrical-coordinate representation of color #7EFBBA: hue angle of 148.8º degrees, saturation: 0.94, 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 #7EFBBA is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB126251186-
CMYK0.5000.260.02
HSL148.8º93.98%73.92%-
HSV(B)148.8º49.8%98.43%-
XYZ51.9676.9858.57-
YUV206.22116.5970.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.38%
GREEN value IS 251 (98.44% from 255) = 44.58%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=22.38%
G=44.58%
B=33.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262511860.5000.260.02148.893.9873.92
Hex7EFBBA3201A2955e4a
Octal176373272620322225136112
Binary11111101111101110111010110010011010101001010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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