#E2FFE2

Color #E2FFE2 Aqua Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Spring #E2FFE2

Tints of Aqua Spring #E2FFE2

Color information

#E2FFE2 (or 0xE2FFE2) is unknown color: approx Aqua Spring. HEX triplet: E2, FF and E2. RGB value is (226,255,226). Sum of RGB (Red+Green+Blue) = 226+255+226=707 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.97% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 226 (88.67% from 255 or 31.97% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFE2 is #1D001D. Grayscale: #F3F3F3. Windows color (decimal): -1900574 or 14876642. OLE color: 14876642.

HSL color Cylindrical-coordinate representation of color #E2FFE2: hue angle of 120º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FFE2 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB226255226-
CMYK0.1100.110
HSL120º100%94.31%-
HSV(B)120º11.37%100%-
XYZ80.8593.1885.68-
YUV243.02118.39115.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.97%
GREEN value IS 255 (100% from 255) = 36.07%
BLUE value IS 226 (88.67% from 255) = 31.97%
R=31.97%
G=36.07%
B=31.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262552260.1100.11012010094.31
HexE2FFE2B0B078645e
Octal342377342130130170144136
Binary1110001011111111111000101011010110111100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FFE2; }

 p { color: rgb(226,255,226); }

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

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

 a { background-color: rgb(226,255,226); }

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

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

 span { border-color: rgb(226,255,226); }

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