#7EFAE1

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

Shades of Aquamarine #7EFAE1

Tints of Aquamarine #7EFAE1

Color information

#7EFAE1 (or 0x7EFAE1) is unknown color: approx Aquamarine. HEX triplet: 7E, FA and E1. RGB value is (126,250,225). Sum of RGB (Red+Green+Blue) = 126+250+225=601 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.97% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFAE1 is #81051E. Grayscale: #D2D2D2. Windows color (decimal): -8455455 or 14809726. OLE color: 14809726.

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

Color convert

RGB126250225-
CMYK0.5000.100.02
HSL167.9º92.54%73.73%-
HSV(B)167.9º49.6%98.04%-
XYZ56.3878.2483.37-
YUV210.07136.4268.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.97%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=20.97%
G=41.60%
B=37.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262502250.5000.100.02167.992.5473.73
Hex7EFAE1320A2a85d4a
Octal176372341620122250135112
Binary1111110111110101110000111001001010101010100010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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