#E7F1E6

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

Shades of Aqua Spring #E7F1E6

Tints of Aqua Spring #E7F1E6

Color information

#E7F1E6 (or 0xE7F1E6) is unknown color: approx Aqua Spring. HEX triplet: E7, F1 and E6. RGB value is (231,241,230). Sum of RGB (Red+Green+Blue) = 231+241+230=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 241 - color contains mainly: green. Hex color #E7F1E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F1E6 is #180E19. Grayscale: #ECECEC. Windows color (decimal): -1576474 or 15135207. OLE color: 15135207.

HSL color Cylindrical-coordinate representation of color #E7F1E6: hue angle of 114.55º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7F1E6 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB231241230-
CMYK0.0400.050.05
HSL114.55º28.21%92.35%-
HSV(B)114.55º4.56%94.51%-
XYZ78.6985.6187.24-
YUV236.76124.19123.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.91%
GREEN value IS 241 (94.53% from 255) = 34.33%
BLUE value IS 230 (90.23% from 255) = 32.76%
R=32.91%
G=34.33%
B=32.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312412300.0400.050.05114.5528.2192.35
HexE7F1E64055731c5c
Octal347361346405516334134
Binary11100111111100011110011010001011011110011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F1E6; }

 p { color: rgb(231,241,230); }

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

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

 a { background-color: rgb(231,241,230); }

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

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

 span { border-color: rgb(231,241,230); }

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