#7EFED1

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

Shades of Aquamarine #7EFED1

Tints of Aquamarine #7EFED1

Color information

#7EFED1 (or 0x7EFED1) is unknown color: approx Aquamarine. HEX triplet: 7E, FE and D1. RGB value is (126,254,209). Sum of RGB (Red+Green+Blue) = 126+254+209=589 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.39% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFED1 is #81012E. Grayscale: #D2D2D2. Windows color (decimal): -8454447 or 13762174. OLE color: 13762174.

HSL color Cylindrical-coordinate representation of color #7EFED1: hue angle of 158.91º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFED1 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB126254209-
CMYK0.5000.180.00
HSL158.91º98.46%74.51%-
HSV(B)158.91º50.39%99.61%-
XYZ55.5579.9272.82-
YUV210.6127.0967.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.39%
GREEN value IS 254 (99.61% from 255) = 43.12%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=21.39%
G=43.12%
B=35.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262542090.5000.180.00158.9198.4674.51
Hex7EFED13201209f624b
Octal176376321620220237142113
Binary1111110111111101101000111001001001001001111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,254,209); }

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

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

 a { background-color: rgb(126,254,209); }

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

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

 span { border-color: rgb(126,254,209); }

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