#EDF2EC

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

Shades of Aqua Spring #EDF2EC

Tints of Aqua Spring #EDF2EC

Color information

#EDF2EC (or 0xEDF2EC) is unknown color: approx Aqua Spring. HEX triplet: ED, F2 and EC. RGB value is (237,242,236). Sum of RGB (Red+Green+Blue) = 237+242+236=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2EC is #120D13. Grayscale: #EFEFEF. Windows color (decimal): -1182996 or 15528685. OLE color: 15528685.

HSL color Cylindrical-coordinate representation of color #EDF2EC: hue angle of 110º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF2EC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB237242236-
CMYK0.0200.020.05
HSL110º18.75%93.73%-
HSV(B)110º2.48%94.9%-
XYZ81.8287.5691.95-
YUV239.82125.84125.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.15%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 236 (92.58% from 255) = 33.01%
R=33.15%
G=33.85%
B=33.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372422360.0200.020.0511018.7593.73
HexEDF2EC20256e135e
Octal355362354202515623136
Binary111011011111001011101100100101011101110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2EC; }

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

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

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

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

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

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

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

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