#7EF8D1

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

Shades of Aquamarine #7EF8D1

Tints of Aquamarine #7EF8D1

Color information

#7EF8D1 (or 0x7EF8D1) is unknown color: approx Aquamarine. HEX triplet: 7E, F8 and D1. RGB value is (126,248,209). Sum of RGB (Red+Green+Blue) = 126+248+209=583 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.61% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #7EF8D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF8D1 is #81072E. Grayscale: #CFCFCF. Windows color (decimal): -8455983 or 13760638. OLE color: 13760638.

HSL color Cylindrical-coordinate representation of color #7EF8D1: hue angle of 160.82º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF8D1 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB126248209-
CMYK0.4900.160.03
HSL160.82º89.71%73.33%-
HSV(B)160.82º49.19%97.25%-
XYZ53.6876.1772.2-
YUV207.08129.0870.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.61%
GREEN value IS 248 (97.27% from 255) = 42.54%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=21.61%
G=42.54%
B=35.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1262482090.4900.160.03160.8289.7173.33
Hex7EF8D1310103a15a49
Octal176370321610203241132111
Binary11111101111100011010001110001010000111010000110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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