#ECF7EC

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

Shades of Aqua Spring #ECF7EC

Tints of Aqua Spring #ECF7EC

Color information

#ECF7EC (or 0xECF7EC) is unknown color: approx Aqua Spring. HEX triplet: EC, F7 and EC. RGB value is (236,247,236). Sum of RGB (Red+Green+Blue) = 236+247+236=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 247 (96.88% from 255 or 34.35% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF7EC is #130813. Grayscale: #F2F2F2. Windows color (decimal): -1247252 or 15529964. OLE color: 15529964.

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

Color convert

RGB236247236-
CMYK0.0400.040.03
HSL120º40.74%94.71%-
HSV(B)120º4.45%96.86%-
XYZ82.9990.4192.43-
YUV242.46124.36123.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.82%
GREEN value IS 247 (96.88% from 255) = 34.35%
BLUE value IS 236 (92.58% from 255) = 32.82%
R=32.82%
G=34.35%
B=32.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362472360.0400.040.0312040.7494.71
HexECF7EC404378295f
Octal354367354404317051137
Binary11101100111101111110110010001001111110001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF7EC; }

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

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

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

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

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

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

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

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