#E2FAE2

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

Shades of Aqua Spring #E2FAE2

Tints of Aqua Spring #E2FAE2

Color information

#E2FAE2 (or 0xE2FAE2) is unknown color: approx Aqua Spring. HEX triplet: E2, FA and E2. RGB value is (226,250,226). Sum of RGB (Red+Green+Blue) = 226+250+226=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FAE2 is #1D051D. Grayscale: #F0F0F0. Windows color (decimal): -1901854 or 14875362. OLE color: 14875362.

HSL color Cylindrical-coordinate representation of color #E2FAE2: hue angle of 120º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FAE2 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB226250226-
CMYK0.1000.100.02
HSL120º70.59%93.33%-
HSV(B)120º9.6%98.04%-
XYZ79.2890.0385.15-
YUV240.09120.05117.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.19%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 226 (88.67% from 255) = 32.19%
R=32.19%
G=35.61%
B=32.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262502260.1000.100.0212070.5993.33
HexE2FAE2A0A278475d
Octal342372342120122170107135
Binary11100010111110101110001010100101010111100010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAE2; }

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

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

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

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

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

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

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

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