#7EFDB6

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

Shades of Aquamarine #7EFDB6

Tints of Aquamarine #7EFDB6

Color information

#7EFDB6 (or 0x7EFDB6) is unknown color: approx Aquamarine. HEX triplet: 7E, FD and B6. RGB value is (126,253,182). Sum of RGB (Red+Green+Blue) = 126+253+182=561 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.46% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDB6 is #810249. Grayscale: #CFCFCF. Windows color (decimal): -8454730 or 11992446. OLE color: 11992446.

HSL color Cylindrical-coordinate representation of color #7EFDB6: hue angle of 146.46º 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 #7EFDB6 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB126253182-
CMYK0.5000.280.01
HSL146.46º96.95%74.31%-
HSV(B)146.46º50.2%99.22%-
XYZ52.1778.0656.57-
YUV206.93113.9270.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.46%
GREEN value IS 253 (99.22% from 255) = 45.10%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=22.46%
G=45.10%
B=32.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262531820.5000.280.01146.4696.9574.31
Hex7EFDB63201C192614a
Octal176375266620341222141112
Binary1111110111111011011011011001001110011001001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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