#E5FFE2

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

Shades of Aqua Spring #E5FFE2

Tints of Aqua Spring #E5FFE2

Color information

#E5FFE2 (or 0xE5FFE2) is unknown color: approx Aqua Spring. HEX triplet: E5, FF and E2. RGB value is (229,255,226). Sum of RGB (Red+Green+Blue) = 229+255+226=710 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.25% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 226 (88.67% from 255 or 31.83% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FFE2 is #1A001D. Grayscale: #F4F4F4. Windows color (decimal): -1703966 or 14876645. OLE color: 14876645.

HSL color Cylindrical-coordinate representation of color #E5FFE2: hue angle of 113.79º 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 #E5FFE2 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB229255226-
CMYK0.1000.110
HSL113.79º100%94.31%-
HSV(B)113.79º11.37%100%-
XYZ81.893.6785.72-
YUV243.92117.89117.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.25%
GREEN value IS 255 (100% from 255) = 35.92%
BLUE value IS 226 (88.67% from 255) = 31.83%
R=32.25%
G=35.92%
B=31.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292552260.1000.110113.7910094.31
HexE5FFE2A0B072645e
Octal345377342120130162144136
Binary1110010111111111111000101010010110111001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FFE2; }

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

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

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

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

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

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

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

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