#EDF3EC

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

Shades of Aqua Spring #EDF3EC

Tints of Aqua Spring #EDF3EC

Color information

#EDF3EC (or 0xEDF3EC) is unknown color: approx Aqua Spring. HEX triplet: ED, F3 and EC. RGB value is (237,243,236). Sum of RGB (Red+Green+Blue) = 237+243+236=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3EC is #120C13. Grayscale: #F0F0F0. Windows color (decimal): -1182740 or 15528941. OLE color: 15528941.

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

Color convert

RGB237243236-
CMYK0.0200.030.05
HSL111.43º22.58%93.92%-
HSV(B)111.43º2.88%95.29%-
XYZ82.1288.1692.05-
YUV240.41125.51125.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 243 (95.31% from 255) = 33.94%
BLUE value IS 236 (92.58% from 255) = 32.96%
R=33.10%
G=33.94%
B=32.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372432360.0200.030.05111.4322.5893.92
HexEDF3EC20356f175e
Octal355363354203515727136
Binary111011011111001111101100100111011101111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3EC; }

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

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

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

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

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

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

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

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