#ECF7EA

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

Shades of Aqua Spring #ECF7EA

Tints of Aqua Spring #ECF7EA

Color information

#ECF7EA (or 0xECF7EA) is unknown color: approx Aqua Spring. HEX triplet: EC, F7 and EA. RGB value is (236,247,234). Sum of RGB (Red+Green+Blue) = 236+247+234=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF7EA is #130815. Grayscale: #F2F2F2. Windows color (decimal): -1247254 or 15398892. OLE color: 15398892.

HSL color Cylindrical-coordinate representation of color #ECF7EA: hue angle of 110.77º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF7EA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB236247234-
CMYK0.0400.050.03
HSL110.77º44.83%94.31%-
HSV(B)110.77º5.26%96.86%-
XYZ82.790.2990.91-
YUV242.23123.36123.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.91%
GREEN value IS 247 (96.88% from 255) = 34.45%
BLUE value IS 234 (91.80% from 255) = 32.64%
R=32.91%
G=34.45%
B=32.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362472340.0400.050.03110.7744.8394.31
HexECF7EA40536f2d5e
Octal354367352405315755136
Binary11101100111101111110101010001011111011111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF7EA; }

 p { color: rgb(236,247,234); }

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

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

 a { background-color: rgb(236,247,234); }

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

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

 span { border-color: rgb(236,247,234); }

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