#7EF9D7

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

Shades of Aquamarine #7EF9D7

Tints of Aquamarine #7EF9D7

Color information

#7EF9D7 (or 0x7EF9D7) is unknown color: approx Aquamarine. HEX triplet: 7E, F9 and D7. RGB value is (126,249,215). Sum of RGB (Red+Green+Blue) = 126+249+215=590 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.36% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #7EF9D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF9D7 is #810628. Grayscale: #D0D0D0. Windows color (decimal): -8455721 or 14154110. OLE color: 14154110.

HSL color Cylindrical-coordinate representation of color #7EF9D7: hue angle of 163.41º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF9D7 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB126249215-
CMYK0.4900.140.02
HSL163.41º91.11%73.53%-
HSV(B)163.41º49.4%97.65%-
XYZ54.7577.0976.29-
YUV208.35131.7569.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.36%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=21.36%
G=42.20%
B=36.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262492150.4900.140.02163.4191.1173.53
Hex7EF9D7310E2a35b4a
Octal176371327610162243133112
Binary1111110111110011101011111000101110101010001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,249,215); }

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

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

 a { background-color: rgb(126,249,215); }

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

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

 span { border-color: rgb(126,249,215); }

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