#7EFDBA

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

Shades of Aquamarine #7EFDBA

Tints of Aquamarine #7EFDBA

Color information

#7EFDBA (or 0x7EFDBA) is unknown color: approx Aquamarine. HEX triplet: 7E, FD and BA. RGB value is (126,253,186). Sum of RGB (Red+Green+Blue) = 126+253+186=565 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.30% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDBA is #810245. Grayscale: #CFCFCF. Windows color (decimal): -8454726 or 12254590. OLE color: 12254590.

HSL color Cylindrical-coordinate representation of color #7EFDBA: hue angle of 148.35º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFDBA is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB126253186-
CMYK0.5000.260.01
HSL148.35º96.95%74.31%-
HSV(B)148.35º50.2%99.22%-
XYZ52.5978.2358.78-
YUV207.39115.9269.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.30%
GREEN value IS 253 (99.22% from 255) = 44.78%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=22.30%
G=44.78%
B=32.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262531860.5000.260.01148.3596.9574.31
Hex7EFDBA3201A194614a
Octal176375272620321224141112
Binary1111110111111011011101011001001101011001010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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