#EDF6ED

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

Shades of Aqua Spring #EDF6ED

Tints of Aqua Spring #EDF6ED

Color information

#EDF6ED (or 0xEDF6ED) is unknown color: approx Aqua Spring. HEX triplet: ED, F6 and ED. RGB value is (237,246,237). Sum of RGB (Red+Green+Blue) = 237+246+237=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6ED is #120912. Grayscale: #F2F2F2. Windows color (decimal): -1181971 or 15595245. OLE color: 15595245.

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

Color convert

RGB237246237-
CMYK0.0400.040.04
HSL120º33.33%94.71%-
HSV(B)120º3.66%96.47%-
XYZ83.1790.0393.12-
YUV242.28125.02124.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 246 (96.48% from 255) = 34.17%
BLUE value IS 237 (92.97% from 255) = 32.92%
R=32.92%
G=34.17%
B=32.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372462370.0400.040.0412033.3394.71
HexEDF6ED404478215f
Octal355366355404417041137
Binary111011011111011011101101100010010011110001000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6ED; }

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

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

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

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

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

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

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

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