#EDF7ED

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

Shades of Aqua Spring #EDF7ED

Tints of Aqua Spring #EDF7ED

Color information

#EDF7ED (or 0xEDF7ED) is unknown color: approx Aqua Spring. HEX triplet: ED, F7 and ED. RGB value is (237,247,237). Sum of RGB (Red+Green+Blue) = 237+247+237=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 247 (96.88% from 255 or 34.26% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7ED is #120812. Grayscale: #F2F2F2. Windows color (decimal): -1181715 or 15595501. OLE color: 15595501.

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

Color convert

RGB237247237-
CMYK0.0400.040.03
HSL120º38.46%94.9%-
HSV(B)120º4.05%96.86%-
XYZ83.4790.6493.22-
YUV242.87124.69123.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.87%
GREEN value IS 247 (96.88% from 255) = 34.26%
BLUE value IS 237 (92.97% from 255) = 32.87%
R=32.87%
G=34.26%
B=32.87%

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
Decimal2372472370.0400.040.0312038.4694.9
HexEDF7ED404378265f
Octal355367355404317046137
Binary11101101111101111110110110001001111110001001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7ED; }

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

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

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

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

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

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

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

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