#7EEBD8

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

Shades of Aquamarine #7EEBD8

Tints of Aquamarine #7EEBD8

Color information

#7EEBD8 (or 0x7EEBD8) is unknown color: approx Aquamarine. HEX triplet: 7E, EB and D8. RGB value is (126,235,216). Sum of RGB (Red+Green+Blue) = 126+235+216=577 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.84% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEBD8 is #811427. Grayscale: #C8C8C8. Windows color (decimal): -8459304 or 14216062. OLE color: 14216062.

HSL color Cylindrical-coordinate representation of color #7EEBD8: hue angle of 169.54º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEBD8 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB126235216-
CMYK0.4600.080.08
HSL169.54º73.15%70.78%-
HSV(B)169.54º46.38%92.16%-
XYZ50.7168.8175.57-
YUV200.24136.8975.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.84%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 216 (84.77% from 255) = 37.44%
R=21.84%
G=40.73%
B=37.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262352160.4600.080.08169.5473.1570.78
Hex7EEBD82E088aa4947
Octal1763533305601010252111107
Binary111111011101011110110001011100100010001010101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,235,216); }

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

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

 a { background-color: rgb(126,235,216); }

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

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

 span { border-color: rgb(126,235,216); }

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