#E8FAE6

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

Shades of Aqua Spring #E8FAE6

Tints of Aqua Spring #E8FAE6

Color information

#E8FAE6 (or 0xE8FAE6) is unknown color: approx Aqua Spring. HEX triplet: E8, FA and E6. RGB value is (232,250,230). Sum of RGB (Red+Green+Blue) = 232+250+230=712 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.58% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 230 (90.23% from 255 or 32.30% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAE6 is #170519. Grayscale: #F2F2F2. Windows color (decimal): -1508634 or 15137512. OLE color: 15137512.

HSL color Cylindrical-coordinate representation of color #E8FAE6: hue angle of 114º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8FAE6 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB232250230-
CMYK0.0700.080.02
HSL114º66.67%94.12%-
HSV(B)114º8%98.04%-
XYZ81.7591.2488.17-
YUV242.34121.04120.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.58%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 230 (90.23% from 255) = 32.30%
R=32.58%
G=35.11%
B=32.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322502300.0700.080.0211466.6794.12
HexE8FAE6708272435e
Octal35037234670102162103136
Binary1110100011111010111001101110100010111001010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FAE6; }

 p { color: rgb(232,250,230); }

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

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

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

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

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

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

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