#EDF7EC

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

Shades of Aqua Spring #EDF7EC

Tints of Aqua Spring #EDF7EC

Color information

#EDF7EC (or 0xEDF7EC) is unknown color: approx Aqua Spring. HEX triplet: ED, F7 and EC. RGB value is (237,247,236). Sum of RGB (Red+Green+Blue) = 237+247+236=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 247 (96.88% from 255 or 34.31% from 720); Blue value is 236 (92.58% from 255 or 32.78% from 720); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7EC is #120813. Grayscale: #F2F2F2. Windows color (decimal): -1181716 or 15529965. OLE color: 15529965.

HSL color Cylindrical-coordinate representation of color #EDF7EC: hue angle of 114.55º 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 #EDF7EC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB237247236-
CMYK0.0400.040.03
HSL114.55º40.74%94.71%-
HSV(B)114.55º4.45%96.86%-
XYZ83.3390.5892.45-
YUV242.76124.19123.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 247 (96.88% from 255) = 34.31%
BLUE value IS 236 (92.58% from 255) = 32.78%
R=32.92%
G=34.31%
B=32.78%

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
Decimal2372472360.0400.040.03114.5540.7494.71
HexEDF7EC404373295f
Octal355367354404316351137
Binary11101101111101111110110010001001111100111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7EC; }

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

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

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

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

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

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

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

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