#7EFAD5

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

Shades of Aquamarine #7EFAD5

Tints of Aquamarine #7EFAD5

Color information

#7EFAD5 (or 0x7EFAD5) is unknown color: approx Aquamarine. HEX triplet: 7E, FA and D5. RGB value is (126,250,213). Sum of RGB (Red+Green+Blue) = 126+250+213=589 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.39% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFAD5 is #81052A. Grayscale: #D0D0D0. Windows color (decimal): -8455467 or 14023294. OLE color: 14023294.

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

Color convert

RGB126250213-
CMYK0.5000.150.02
HSL162.1º92.54%73.73%-
HSV(B)162.1º49.6%98.04%-
XYZ54.877.6175.04-
YUV208.71130.4269.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.39%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=21.39%
G=42.44%
B=36.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262502130.5000.150.02162.192.5473.73
Hex7EFAD5320F2a25d4a
Octal176372325620172242135112
Binary1111110111110101101010111001001111101010001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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