#EDF4EC

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

Shades of Aqua Spring #EDF4EC

Tints of Aqua Spring #EDF4EC

Color information

#EDF4EC (or 0xEDF4EC) is unknown color: approx Aqua Spring. HEX triplet: ED, F4 and EC. RGB value is (237,244,236). Sum of RGB (Red+Green+Blue) = 237+244+236=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 244 (95.70% from 255 or 34.03% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4EC is #120B13. Grayscale: #F1F1F1. Windows color (decimal): -1182484 or 15529197. OLE color: 15529197.

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

Color convert

RGB237244236-
CMYK0.0300.030.04
HSL112.5º26.67%94.12%-
HSV(B)112.5º3.28%95.69%-
XYZ82.4288.7692.15-
YUV240.99125.18125.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.05%
GREEN value IS 244 (95.70% from 255) = 34.03%
BLUE value IS 236 (92.58% from 255) = 32.91%
R=33.05%
G=34.03%
B=32.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372442360.0300.030.04112.526.6794.12
HexEDF4EC3034701b5e
Octal355364354303416033136
Binary111011011111010011101100110111001110000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4EC; }

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

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

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

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

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

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

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

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