#7EFAE6

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

Shades of Aquamarine #7EFAE6

Tints of Aquamarine #7EFAE6

Color information

#7EFAE6 (or 0x7EFAE6) is unknown color: approx Aquamarine. HEX triplet: 7E, FA and E6. RGB value is (126,250,230). Sum of RGB (Red+Green+Blue) = 126+250+230=606 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.79% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFAE6 is #810519. Grayscale: #D2D2D2. Windows color (decimal): -8455450 or 15137406. OLE color: 15137406.

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

Color convert

RGB126250230-
CMYK0.5000.080.02
HSL170.32º92.54%73.73%-
HSV(B)170.32º49.6%98.04%-
XYZ57.0778.5287.01-
YUV210.64138.9267.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.79%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 230 (90.23% from 255) = 37.95%
R=20.79%
G=41.25%
B=37.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262502300.5000.080.02170.3292.5473.73
Hex7EFAE632082aa5d4a
Octal176372346620102252135112
Binary1111110111110101110011011001001000101010101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,250,230); }

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

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

 a { background-color: rgb(126,250,230); }

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

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

 span { border-color: rgb(126,250,230); }

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